mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* fixed for ppc
This commit is contained in:
parent
db7d93495b
commit
706de77ef7
@ -3,6 +3,9 @@ Program ansitest;
|
|||||||
{$ifdef cpu68k}
|
{$ifdef cpu68k}
|
||||||
{$define COMP_IS_INT64}
|
{$define COMP_IS_INT64}
|
||||||
{$endif cpu68k}
|
{$endif cpu68k}
|
||||||
|
{$ifdef cpupowerpc}
|
||||||
|
{$define COMP_IS_INT64}
|
||||||
|
{$endif cpupowerpc}
|
||||||
|
|
||||||
{$ifndef fpc}
|
{$ifndef fpc}
|
||||||
Function Memavail : Longint;
|
Function Memavail : Longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user