瀏覽代碼

* Shorten check for go32v2 target

git-svn-id: trunk@16297 -
pierre 15 年之前
父節點
當前提交
5c92c18bdf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw3456.pp

+ 1 - 1
tests/webtbs/tw3456.pp

@@ -14,7 +14,7 @@ uses
   SysUtils;
 
 const
-{$if defined(cpusparc) or defined(cpuarm)}
+{$if defined(cpusparc) or defined(cpuarm) or defined(go32v2)}
   loopcnt = 10000;
 {$else}
   loopcnt = 1000000;