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

Remove printf positional argument requirements from disassembler #125

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

mmc28a
Copy link
Collaborator

@mmc28a mmc28a commented Jan 24, 2025

Positional arguments to printf (eg. %1$s) are not allowed on Windows, so remove uses of this in the disassembler, replacing them with an extension to the existing NEONFormatDecoder class.

Patch prompted by #122

Positional arguments to printf (eg. %1$s) are not allowed on Windows, so remove
uses of this in the disassembler, replacing them with an extension to the
existing NEONFormatDecoder class.

Patch prompted by Linaro#122
@TheLastRar
Copy link
Contributor

Seems to work fine on Windows

@mmc28a
Copy link
Collaborator Author

mmc28a commented Jan 29, 2025

Great. I'll merge this, if you're happy with that, and abandon your PR.

@TheLastRar
Copy link
Contributor

Yeah, I'm happy with this

@mmc28a mmc28a merged commit 1e7883a into Linaro:main Jan 29, 2025
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