Browse Source

* made less complex in case of pic code because then many more
virtual registers are needed

git-svn-id: trunk@8660 -

Jonas Maebe 18 years ago
parent
commit
5a07698a3e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw2242.pp

+ 2 - 0
tests/webtbs/tw2242.pp

@@ -7255,6 +7255,7 @@ s += chr(84);
 s += chr(85);
 s += chr(86);
 s += chr(87);
+{$ifndef fpc_pic}
 s += chr(88);
 s += chr(89);
 s += chr(90);
@@ -13077,5 +13078,6 @@ s += chr(81);
 s += chr(82);
 s += chr(83);
 {$endif cpuarm or cpusparc}
+{$endif not fpc_pic}
 writeln(s)
 END.