exits successfully lol

This commit is contained in:
2026-06-12 13:28:10 -06:00
parent 30e73fcba1
commit c051b402dd
11 changed files with 38 additions and 19 deletions

View File

@@ -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;