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:
magorium 2022-05-01 08:19:24 +02:00 committed by Charlie Balogh
parent 61304bf324
commit 2a75debff6

View File

@ -1599,9 +1599,9 @@ type // Checked OK 05.08.2011 ALB
ex_EClockFrequency : DWord;
ex_CacheControl : DWord;
ex_TaskID : DWord;
ex_Reserved1 : Array[0..4] Of DWord;
ex_Reserved1 : Array[0..4] Of PtrUInt;
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_MemHandlers : TMinList;