Browse Source

* again made less complex for arm and sparc so it compiles there too without running out of registers.

git-svn-id: branches/targetandroid@23516 -
yury 12 years ago
parent
commit
5453f6f1a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2242.pp

+ 1 - 1
tests/webtbs/tw2242.pp

@@ -8193,6 +8193,7 @@ s += chr(85);
 s += chr(86);
 s += chr(86);
 s += chr(87);
 s += chr(87);
 s += chr(88);
 s += chr(88);
+{$if not defined(cpuarm) and not defined(cpusparc)}
 s += chr(89);
 s += chr(89);
 s += chr(90);
 s += chr(90);
 s += chr(65);
 s += chr(65);
@@ -10923,7 +10924,6 @@ s += chr(85);
 s += chr(86);
 s += chr(86);
 s += chr(87);
 s += chr(87);
 s += chr(88);
 s += chr(88);
-{$if not defined(cpuarm) and not defined(cpusparc)}
 s += chr(89);
 s += chr(89);
 s += chr(90);
 s += chr(90);
 s += chr(65);
 s += chr(65);