morphunits: fixed TMemList declaration in exec, to match AROS, Amiga/m68k, and reality

git-svn-id: trunk@30915 -
This commit is contained in:
Károly Balogh 2015-05-25 22:26:15 +00:00
parent 632c46bcb6
commit dfd251f586

View File

@ -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;