-
Notifications
You must be signed in to change notification settings - Fork 26
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
'repeat' statements break the decompiler #20
Comments
OmerMor
changed the title
'repeat' statements breaks the decompiler
Jan 15, 2019
'repeat'
statements break the decompiler
OmerMor
changed the title
'repeat' statements break the decompiler
Jan 15, 2019
'repeat'
statements break the decompiler
A close investigation suggests that the issue is with the break statement. As shown with the EgoDead procedure in my SCI01 template...
Uncompiled code:
Asm output:
|
Minimal example:
"decompiles" to
Note that using
decompiles to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The decompiler can't handle
repeat
statements, gives up, and makes it anasm
block instead.This affects things like "death message" procedures, save-restore and asking for a new path.
Sierra's documentation for repeat statemenets:
Originally reported here:
http://sciprogramming.com/community/index.php?topic=1420.msg12241#msg12241
The text was updated successfully, but these errors were encountered: