mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 05:40:38 +01:00
PascalScript: Compile on PPC, using "not supported" InnerfuseCall. Issue #39404
This commit is contained in:
parent
b26d9aa832
commit
114d4a1714
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user