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

(cherry picked from commit 114d4a1714)
This commit is contained in:
Martin 2021-10-09 20:02:38 +02:00
parent 3fcf01d0c7
commit abcf52816b

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}