* made less complex in case of pic code because then many more

virtual registers are needed

git-svn-id: trunk@8660 -
This commit is contained in:
Jonas Maebe 2007-09-27 08:08:45 +00:00
parent d7c4fdbed5
commit 5a07698a3e

View File

@ -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.