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

Use loop statement (for/while) instead of goto for forever loop #119

Open
rfalke opened this issue Oct 29, 2018 · 0 comments
Open

Use loop statement (for/while) instead of goto for forever loop #119

rfalke opened this issue Oct 29, 2018 · 0 comments
Labels
dom: codegen (P/I) Related to high level code output type: bug (I) Something is not working as intended

Comments

@rfalke
Copy link

rfalke commented Oct 29, 2018

Version: ed7a3e1
Exe: https://github.com/rfalke/decompiler-subjects/blob/master/from_holdec/dmi/cfg/ia32_elf/subject.exe
Output:

/** address: 0x08049211 */
void intermediate_17_forever_loop_with_extra_statement()
{
bb0x8049214:
    goto bb0x8049214;
}
@ceeac ceeac added type: bug (I) Something is not working as intended dom: codegen (P/I) Related to high level code output labels Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dom: codegen (P/I) Related to high level code output type: bug (I) Something is not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants