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
subroutine_arg4
I've seen a few scratches now where subroutine_argN is generated in the decompilation but never declared:
subroutine_argN
Sometimes I can just replace it with s4 or the equivalent sN but in that last example it seems to be missing an entire code block:
s4
sN
4c: andi v0,v0,0x7f00 50: sh v0,0x10(sp)
...which is then used later as:
184: lhu a3,0x10(sp) 188: nop 18c: beqz a3,1a4 ~>
The text was updated successfully, but these errors were encountered:
Might be fixed by #235?
Sorry, something went wrong.
No branches or pull requests
I've seen a few scratches now where
subroutine_argN
is generated in the decompilation but never declared:Sometimes I can just replace it with
s4
or the equivalentsN
but in that last example it seems to be missing an entire code block:...which is then used later as:
The text was updated successfully, but these errors were encountered: