summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index af10c1d..db9f31c 100644
--- a/main.c
+++ b/main.c
@@ -54,7 +54,6 @@ static void cc1(char *base_file) {
FILE *output_buf = open_memstream(&buf, &buflen);
// Traverse the AST to emit assembly.
- typegen(prog, output_buf);
codegen(prog, output_buf);
fclose(output_buf);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback