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

fix Arm64 LDR LDRB when this instruction is preindexed #313

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

IIIImmmyyy
Copy link
Contributor

such as X8, [X19,#0x30]! ;
change:
X19 = X19,#0X30;
X8 =X19

…ion must be change to two isil .

such as X8, [X19,#0x30]!  ;
change:
X19 = X19,#0X30;
X8 =X19
such as  X8, [X19,#0x30]!
    X19= X19, #0x30
    X8 = [X19]
@SamboyCoding SamboyCoding merged commit fa71857 into SamboyCoding:development Jul 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