fix: generated wrong loops
This commit is contained in:
parent
1a18efbe49
commit
11b54f5d47
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ handle_defaults()
|
||||||
* so set correct info.
|
* so set correct info.
|
||||||
*/
|
*/
|
||||||
set_C_instr_info( def_info[(i>>2)<<2].name);
|
set_C_instr_info( def_info[(i>>2)<<2].name);
|
||||||
|
segment = UNKNOWN;
|
||||||
|
/* to prevent another dump_label+switchseg */
|
||||||
def_row();
|
def_row();
|
||||||
out( "}\n\n");
|
out( "}\n\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue