mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
AROS: 32/64-bit RTL exec compatibility update
Update some exec RTL record structures to be 32/64-bit compatible. Unit Exec was already up-to-date with these changes.
This commit is contained in:
parent
61304bf324
commit
2a75debff6
@ -1599,9 +1599,9 @@ type // Checked OK 05.08.2011 ALB
|
|||||||
ex_EClockFrequency : DWord;
|
ex_EClockFrequency : DWord;
|
||||||
ex_CacheControl : DWord;
|
ex_CacheControl : DWord;
|
||||||
ex_TaskID : DWord;
|
ex_TaskID : DWord;
|
||||||
ex_Reserved1 : Array[0..4] Of DWord;
|
ex_Reserved1 : Array[0..4] Of PtrUInt;
|
||||||
ex_MMULock : Pointer;
|
ex_MMULock : Pointer;
|
||||||
ex_Reserved2 : Array[0..1] Of DWord;
|
ex_Reserved2 : Array[0..1] Of PtrUInt;
|
||||||
ex_DebugFlags : DWord; { * Exec Debug Flags..*private* * }
|
ex_DebugFlags : DWord; { * Exec Debug Flags..*private* * }
|
||||||
|
|
||||||
ex_MemHandlers : TMinList;
|
ex_MemHandlers : TMinList;
|
||||||
|
Loading…
Reference in New Issue
Block a user