This commit is contained in:
2026-06-12 11:19:34 -06:00
parent a9aca0f00b
commit 30e73fcba1
2 changed files with 2 additions and 0 deletions

View File

@@ -1446,6 +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);
break;
default:
fprintf(f, "\t%s ", jtoa[b->jmp.type]);