This commit is contained in:
2026-06-12 11:19:34 -06:00
parent ab0e88ede2
commit c86672e9dc
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]);