diff options
Diffstat (limited to 'boot/catboot.c')
| -rw-r--r-- | boot/catboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/catboot.c b/boot/catboot.c index 18bf6dc..fe879a1 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -129,9 +129,8 @@ debug_lower_pass(struct Source_File source_file) return parser_result; } - // TODO: real lowering isn't quite done yet, just output an - // empty unit for now! struct Unit unit = { 0 }; + lower_tree(&tree, source_file, &unit); printer(&unit); return 0; |
