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

1
main.c
View File

@@ -60,6 +60,7 @@ func(Fn *fn)
if (debug['P']) {
fprintf(stderr, "\n> After parsing:\n");
printfn(fn, stderr);
exit (1);
}
T.abi0(fn);
fillcfg(fn);