Browse Source

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 3 years ago
parent
commit
2a75debff6
1 changed files with 2 additions and 2 deletions
  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;