about summary refs log tree commit diff
path: root/boot/catboot.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-03 22:31:29 +0200
committerMel <mel@rnrd.eu>2026-05-03 22:31:29 +0200
commit56c0c620078b906a1994e0833c522913928b37aa (patch)
treed1b404a1b70d0a76c7920eff04f11c00bd3f1cc0 /boot/catboot.c
parentbb94681272a0ee867f8a1e86cf01a2ac0289e25f (diff)
downloadcatskill-56c0c620078b906a1994e0833c522913928b37aa.tar.zst
catskill-56c0c620078b906a1994e0833c522913928b37aa.zip
Lowering pass initial driver shell
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.c')
-rw-r--r--boot/catboot.c3
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;