소스 검색

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

git-svn-id: trunk@22227 -
pierre 13 년 전
부모
커밋
acfcb3d853
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tests/webtbs/tw8177.pp

+ 4 - 0
tests/webtbs/tw8177.pp

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