浏览代码

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 年之前
父节点
当前提交
9a47cc5c47
共有 1 个文件被更改,包括 3 次插入0 次删除
  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}