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

Restore the ARM register naming from v4. #2108

Merged

Conversation

gerph
Copy link

@gerph gerph commented Jul 22, 2023

In v5 the register naming for ARM registers changed. This was not a documented behaviour, and may not be desireable.

This change makes the register names in v5 the same as they were in v4 - that is that when NOREGNAME is used, R13 and R14 are known as sp and lr. They had been changed to r13 and r14.

See #2078 for more details.

In v5 the register naming for ARM registers changed. This was not a
documented behaviour, and may not be desireable.

This change makes the register names in v5 the same as they were in
v4 - that is that when NOREGNAME is used, R13 and R14 are known as
`sp` and `lr`. They had been changed to `r13` and `r14`.

See capstone-engine#2078 for more
details.
Copy link
Collaborator

@Rot127 Rot127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XVilka Should be listed in #2081

@XVilka XVilka mentioned this pull request Jul 22, 2023
24 tasks
@kabeor
Copy link
Member

kabeor commented Jul 23, 2023

Thanks. Merged.

@kabeor kabeor merged commit cdbf6a0 into capstone-engine:v5 Jul 23, 2023
6 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.

None yet

4 participants