PPC64: fix wrong ifdef for SYSV ABI

The TOC is used by PPC64, not by PPC32. Resolves 
This commit is contained in:
Jonas Maebe 2022-02-12 15:26:49 +01:00
parent 0fcc57fb4b
commit 14289173bb

View File

@ -450,7 +450,7 @@ interface
{ all PPC ABIs that use a TOC register to address globals }
abis_ppc_toc = [
{$ifdef powerpc32}abi_powerpc_sysv,{$endif}abi_powerpc_aix,abi_powerpc_elfv2
{$ifdef powerpc64}abi_powerpc_sysv,{$endif}abi_powerpc_aix,abi_powerpc_elfv2
];
{ pointer checking (requires special code in FPC_CHECKPOINTER,