* Define slowcpu conditional for mips cpu, cuts execution time from 4 mins down to 20 secs

git-svn-id: trunk@22227 -
This commit is contained in:
pierre 2012-08-24 07:47:00 +00:00
parent 012da673a8
commit acfcb3d853

View File

@ -9,6 +9,10 @@ program ValidateStrToInt;
{$ifdef cpuarm}
{$define slowcpu}
{$endif}
{$ifdef cpumips}
{$define slowcpu}
{$endif}
uses
SysUtils;