mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 02:10:41 +02:00
Use correct macro to for 64-bit riscv CPU
git-svn-id: trunk@43561 -
This commit is contained in:
parent
ff919184d8
commit
8ea92a8280
@ -69,7 +69,7 @@ implementation
|
|||||||
{$ifopt Q+}
|
{$ifopt Q+}
|
||||||
{$define AVOID_OVERFLOW}
|
{$define AVOID_OVERFLOW}
|
||||||
const
|
const
|
||||||
low_value = {$ifdef CPUALU64} low(int64) {$else} low(longint) {$endif};
|
low_value = {$ifdef CPU64BITALU} low(int64) {$else} low(longint) {$endif};
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
procedure trvaddnode.Cmp(signed: boolean);
|
procedure trvaddnode.Cmp(signed: boolean);
|
||||||
|
Loading…
Reference in New Issue
Block a user