PascalScript: Compile on PPC, using "not supported" InnerfuseCall. Issue #39404

This commit is contained in:
Martin 2021-10-09 20:02:38 +02:00
parent b26d9aa832
commit 114d4a1714

View File

@ -9834,7 +9834,7 @@ end;
{$IFDEF Delphi6UP}
{$if defined(cpu86)}
{$include x86.inc}
{$elseif defined(cpupowerpc)}
{$elseif defined(cpupowerpc) and defined(cpu32) and defined(darwin)}
{$include powerpc.inc}
{$elseif defined(cpuarm)}
{$include arm.inc}