ARM-software / abi-aa

Application Binary Interface for the Arm® Architecture
Other
938 stars 188 forks source link

[aapcs64] Clarify meaning of "it" when preserving z and p regs #267

Closed smithp35 closed 3 months ago

smithp35 commented 3 months ago

At least one community got confused as to whether it refered to the callee or the caller. Use subroutine instead of it to make it clear that we are referring to the same subroutine that takes z and p registers as arguments.

Fixes https://github.com/ARM-software/abi-aa/issues/266