From 56c0c620078b906a1994e0833c522913928b37aa Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 3 May 2026 22:31:29 +0200 Subject: Lowering pass initial driver shell Signed-off-by: Mel --- boot/catboot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot/catboot.c') 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; -- cgit 1.4.1