mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 20:11:02 +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+}
|
||||
{$define AVOID_OVERFLOW}
|
||||
const
|
||||
low_value = {$ifdef CPUALU64} low(int64) {$else} low(longint) {$endif};
|
||||
low_value = {$ifdef CPU64BITALU} low(int64) {$else} low(longint) {$endif};
|
||||
{$endif}
|
||||
|
||||
procedure trvaddnode.Cmp(signed: boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user