From ddb4e37104a4923d4fb2841e89190769dba2f86c Mon Sep 17 00:00:00 2001 From: yury <jura@cp-lab.com> Date: Sat, 6 Oct 2018 13:58:05 +0000 Subject: [PATCH] * Define slowcpu for android. git-svn-id: trunk@39867 - --- tests/webtbs/tw8177.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/webtbs/tw8177.pp b/tests/webtbs/tw8177.pp index e0edbeb9e1..4b410fabf4 100644 --- a/tests/webtbs/tw8177.pp +++ b/tests/webtbs/tw8177.pp @@ -12,7 +12,9 @@ program ValidateStrToInt; {$ifdef cpumips} {$define slowcpu} {$endif} - +{$ifdef android} + {$define slowcpu} +{$endif} uses SysUtils;