exits successfully lol
This commit is contained in:
@@ -602,7 +602,8 @@ seljmp(Blk *b, Fn *fn)
|
||||
|
||||
if (b->jmp.type == Jret0
|
||||
|| b->jmp.type == Jjmp
|
||||
|| b->jmp.type == Jhlt)
|
||||
|| b->jmp.type == Jhlt
|
||||
|| b->jmp.type == Jtail)
|
||||
return;
|
||||
assert(b->jmp.type == Jjnz);
|
||||
r = b->jmp.arg;
|
||||
|
||||
Reference in New Issue
Block a user