mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 01:30:40 +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
|
||||
ml_Node : TNode;
|
||||
ml_NumEntries: Word;
|
||||
ml_ME : PMemEntry;
|
||||
ml_ME : array [0..0] of TMemEntry;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user