mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:59:29 +02:00
* 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:
parent
d7c4fdbed5
commit
5a07698a3e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user