mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
* AArch64: the PIC code needs also more registers, so use the same ifdefs as arm and sparc
git-svn-id: trunk@44217 -
This commit is contained in:
parent
95e8992e2f
commit
bb6028a275
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user