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

Make arm64 register accessors take a register number #3851

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

pcc
Copy link
Contributor

@pcc pcc commented Oct 16, 2024

In order to emulate timer access instructions we will need to be able to store a value to a register by number. The existing x-register accessors are not suitable for this because the register number is fixed. Therefore, replace these accessors with ones that take a register number.

In order to emulate timer access instructions we will need to be able to
store a value to a register by number. The existing x-register accessors
are not suitable for this because the register number is fixed. Therefore,
replace these accessors with ones that take a register number.
@rocallahan rocallahan merged commit de6a8eb into rr-debugger:master Oct 16, 2024
5 checks 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.

2 participants