mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 11:09:14 +02:00
* Shorten check for go32v2 target
git-svn-id: trunk@16297 -
This commit is contained in:
parent
d3d15cbc51
commit
5c92c18bdf
@ -14,7 +14,7 @@ uses
|
||||
SysUtils;
|
||||
|
||||
const
|
||||
{$if defined(cpusparc) or defined(cpuarm)}
|
||||
{$if defined(cpusparc) or defined(cpuarm) or defined(go32v2)}
|
||||
loopcnt = 10000;
|
||||
{$else}
|
||||
loopcnt = 1000000;
|
||||
|
Loading…
Reference in New Issue
Block a user