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

2
main.c
View File

@@ -17,6 +17,7 @@ char debug['Z'+1] = {
['L'] = 0, /* liveness */
['S'] = 0, /* spilling */
['R'] = 0, /* reg. allocation */
['E'] = 0, /* enums */
};
extern Target T_amd64_sysv;
@@ -60,7 +61,6 @@ func(Fn *fn)
if (debug['P']) {
fprintf(stderr, "\n> After parsing:\n");
printfn(fn, stderr);
exit (1);
}
T.abi0(fn);
fillcfg(fn);