mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
morphos: also fix MorphOS header erros in RTL
git-svn-id: trunk@30917 -
This commit is contained in:
parent
4261449aa1
commit
2153420ca4
@ -490,7 +490,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;
|
||||
@ -501,7 +501,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