소스 검색

* Define slowcpu for android.

git-svn-id: trunk@39867 -
yury 7 년 전
부모
커밋
ddb4e37104
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      tests/webtbs/tw8177.pp

+ 3 - 1
tests/webtbs/tw8177.pp

@@ -12,7 +12,9 @@ program ValidateStrToInt;
 {$ifdef cpumips}
   {$define slowcpu}
 {$endif}
-
+{$ifdef android}
+  {$define slowcpu}
+{$endif}
 
 uses
   SysUtils;