mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
AROS: 64-bit fix elf structures for unit amigados
Make sure ELF structures are compliant to 64-bit when target is 64-bit.
This commit is contained in:
parent
1d1a68761e
commit
9a47cc5c47
@ -1917,6 +1917,9 @@ type
|
||||
elf_ptr_t = APTR;
|
||||
elf_uintptr_t = IPTR;
|
||||
elf_intptr_t = SIPTR;
|
||||
{$IFDEF CPU64}
|
||||
{$DEFINE ELF_64BIT}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user