Explorar o código

* AArch64: the PIC code needs also more registers, so use the same ifdefs as arm and sparc

git-svn-id: trunk@44217 -
florian %!s(int64=5) %!d(string=hai) anos
pai
achega
bb6028a275
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw2242.pp

+ 1 - 1
tests/webtbs/tw2242.pp

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