[fpc-devel] Trunk does not build on AArch64
Jonas Maebe
jonas at freepascal.org
Sun Oct 18 15:10:30 CEST 2020
On 18/10/2020 13:34, J. Gareth Moreton via fpc-devel wrote:
> I've just seen the change you've made Sven (just looking it via diff,
> not actually testing the code)... do the standard Pascal comments
> seriously cause a problem in AArch64 assembly blocks? Do the braces
> have an actual syntactic use on that platform?
Just like with plain ARM, some instructions in AArch64 accept register
sets. The syntax for a register set for both ARM and AArch64 is "{ rX,
rY }".
Jonas
More information about the fpc-devel
mailing list