mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:09:28 +02:00
morphunits: have pointers in the hook structure instead of dwords. this matches classic Amiga, and serves its purpose better
git-svn-id: trunk@30995 -
This commit is contained in:
parent
a8f875e660
commit
bea2a50cc5
@ -188,8 +188,8 @@ type
|
|||||||
PHook = ^THook;
|
PHook = ^THook;
|
||||||
THook = packed record
|
THook = packed record
|
||||||
h_MinNode : TMinNode;
|
h_MinNode : TMinNode;
|
||||||
h_Entry : Cardinal;
|
h_Entry : Pointer;
|
||||||
h_SubEntry: Cardinal;
|
h_SubEntry: Pointer;
|
||||||
h_Data : Pointer;
|
h_Data : Pointer;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user