Explorar o código

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.
magorium %!s(int64=3) %!d(string=hai) anos
pai
achega
2a75debff6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/aros/i386/execd.inc

+ 2 - 2
rtl/aros/i386/execd.inc

@@ -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;