We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by @shiptux in #6014 (comment):
The asm SYSNUM_REG constant is defined too broadly at
dynamorio/core/arch/asm_defines.asm
Line 163 in 6cb94a8
Further, we should define SYSNUM_REG for all envs and refactor existing asm code to use it.
The text was updated successfully, but these errors were encountered:
i#6027: define w8 only for AArch64
70a2c38
The asm SYSNUM_REG w8 currently defined too broady. This commit move it only for AArch64 Issue: DynamoRIO#6027
i#6027: define w8 only for AArch64 (#6028)
71cc824
The asm SYSNUM_REG w8 is currently defined too broadly. This commit move it to only defined in AArch64 Issue: #6027
No branches or pull requests
Reported by @shiptux in #6014 (comment):
The asm SYSNUM_REG constant is defined too broadly at
dynamorio/core/arch/asm_defines.asm
Line 163 in 6cb94a8
Further, we should define SYSNUM_REG for all envs and refactor existing asm code to use it.
The text was updated successfully, but these errors were encountered: