mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 00:07:56 +02:00
* reduce iterations for RiscV32 for now
This commit is contained in:
parent
a06a20f9c0
commit
a57971204c
@ -24,7 +24,7 @@ function GetRealTime : Real;
|
||||
{$pop}
|
||||
|
||||
const
|
||||
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
|
||||
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80) or defined(cpuriscv32)}
|
||||
{$define slowcpu}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user