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

@@ -1446,7 +1446,7 @@ printfn(Fn *fn, FILE *f)
case Jtail:
fprintf (f, "\ttail ");
printref (b->jmp.arg, fn, f);
fprintf (f, "%d (%d)", i->op, Oarg);
fprintf (f, "\n");
break;
default:
fprintf(f, "\t%s ", jtoa[b->jmp.type]);