Skip to content

[ARM] Fix printing of 'pop' alias. #67181

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Rot127
Copy link

@Rot127 Rot127 commented Sep 22, 2023

The condition to print the 'pop' alias could never be fulfilled, because the immediate was encoded for Address Modes 2.

The condition to print the 'pop' alias could never be fulfilled,
because the immediate was encoded for Address Modes 2.
@Rot127 Rot127 changed the title Fix printing of 'pop' alias. [ARM] Fix printing of 'pop' alias. Sep 22, 2023
Copy link

@XVilka XVilka left a comment

Choose a reason for hiding this comment

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

I suppose test also should be updated:

Failed Tests (1):
     LLVM :: MC/Disassembler/ARM/basic-arm-instructions.txt

@jroelofs
Copy link
Contributor

Adding a test that exercises this would be good.

@Rot127
Copy link
Author

Rot127 commented Sep 25, 2023

Yes, sorry for being sloppy. Have made it in between some other things. Will add a test/ fix the old one soon.

@Rot127
Copy link
Author

Rot127 commented Apr 25, 2025

I will eventually come back to this. But currently I won't find time to finish this. We accumulated a few other LLVM fixes in Capstone anyways.

@Rot127 Rot127 closed this Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants