morphunits: fix a field name typo in TMemEntry

git-svn-id: trunk@30916 -
This commit is contained in:
Károly Balogh 2015-05-25 23:03:22 +00:00
parent dfd251f586
commit 4261449aa1

View File

@ -544,7 +544,7 @@ type
TMemEntry = packed record
me_Un: packed record
case Byte of
0 : (meu_Regs: DWord);
0 : (meu_Reqs: DWord);
1 : (meu_Addr: Pointer)
end;
me_Length: DWord;