mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
morphos: fixed exec and amigados structures
git-svn-id: trunk@41941 -
This commit is contained in:
parent
0a821710ac
commit
a5b8463260
@ -546,7 +546,7 @@ type
|
||||
PErrorString = ^TErrorString;
|
||||
TErrorString = packed record
|
||||
estr_Nums: PLongInt;
|
||||
estr_Byte: PByte;
|
||||
estr_Strings: PByte;
|
||||
end;
|
||||
|
||||
type
|
||||
@ -852,7 +852,7 @@ type
|
||||
ap_Reserved : ShortInt;
|
||||
ap_Strlen : SmallInt;
|
||||
ap_Info : TFileInfoBlock;
|
||||
ap_Buf : Array[0..0] of Char;
|
||||
ap_Buf : Array[0..1] of Char;
|
||||
{ * an_Buf continues * }
|
||||
);
|
||||
end;
|
||||
|
@ -1071,7 +1071,7 @@ type
|
||||
lib_Node : TNode;
|
||||
lib_Flags : Byte;
|
||||
lib_pad : Byte;
|
||||
lib_MegSize : Word;
|
||||
lib_NegSize : Word;
|
||||
lib_PosSize : Word;
|
||||
lib_Version : Word;
|
||||
lib_Revision: Word;
|
||||
@ -1418,7 +1418,7 @@ type
|
||||
PortList : TList;
|
||||
TaskReady : TList;
|
||||
TaskWait : TList;
|
||||
SoftInts : Array[0..5] Of TSoftIntList;
|
||||
SoftInts : Array[0..4] Of TSoftIntList;
|
||||
LastAlert : Array[0..3] Of LongInt;
|
||||
|
||||
VBlankFrequency : Byte;
|
||||
|
Loading…
Reference in New Issue
Block a user