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
popXX
POP Rmr16
POP Rmr32
ia.sinc
The 2 lines below were incorrectly changed in 6d7dc04 to
ghidra/Ghidra/Processors/x86/data/languages/ia.sinc
Lines 3737 to 3738 in 14527b0
:POP Rmr16 is $(LONGMODE_OFF) & vexMode=0 & addrsize=1 & opsize=0 & row=5 & page=1 & Rmr16 { local val:2 = 0; pop42(val); Rmr16 = val; } :POP Rmr32 is $(LONGMODE_OFF) & vexMode=0 & addrsize=0 & opsize=1 & row=5 & page=1 & Rmr32 { local val:4 = 0; pop24(val); Rmr32 = val; }
causing incorrect decompilation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The 2 lines below were incorrectly changed in 6d7dc04 to
ghidra/Ghidra/Processors/x86/data/languages/ia.sinc
Lines 3737 to 3738 in 14527b0
instead of
causing incorrect decompilation.
The text was updated successfully, but these errors were encountered: