git-svn-id: trunk@48816 -
@@ -11,9 +11,9 @@ uses
;
const
-{$ifdef cpuarm}
+{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
{$define slowcpu}
-{$endif cpuarm}
+{$endif}
{$ifdef slowcpu}
threadcount = 40;
@@ -6,10 +6,7 @@ program ValidateStrToInt;
{$mode delphi}
{$ENDIF}
- {$define slowcpu}
-{$endif}
-{$ifdef cpumips}
{$endif}
{$ifdef android}