Prechádzať zdrojové kódy

AROS: 64-bit fix elf structures for unit amigados

Make sure ELF structures are compliant to 64-bit when target is 64-bit.
magorium 3 rokov pred
rodič
commit
9a47cc5c47
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      packages/arosunits/src/amigados.pas

+ 3 - 0
packages/arosunits/src/amigados.pas

@@ -1917,6 +1917,9 @@ type
   elf_ptr_t             = APTR;
   elf_uintptr_t         = IPTR;
   elf_intptr_t          = SIPTR;
+  {$IFDEF CPU64}
+  {$DEFINE ELF_64BIT}
+  {$ENDIF}
   {$ENDIF}