mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 00:50:17 +02:00
morphunits: fixed TMemList declaration in exec, to match AROS, Amiga/m68k, and reality
git-svn-id: trunk@30915 -
This commit is contained in:
parent
632c46bcb6
commit
dfd251f586
@ -555,7 +555,7 @@ type
|
|||||||
TMemList = packed record
|
TMemList = packed record
|
||||||
ml_Node : TNode;
|
ml_Node : TNode;
|
||||||
ml_NumEntries: Word;
|
ml_NumEntries: Word;
|
||||||
ml_ME : PMemEntry;
|
ml_ME : array [0..0] of TMemEntry;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user