Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

smithp35
Copy link
Contributor

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 #266

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 ARM-software#266
@rsandifo-arm rsandifo-arm merged commit 99d4311 into ARM-software:main Jun 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[aapcs64] Unclear callee/caller wording in aapcs64.rst
2 participants