From a348f07b65a60226da53215d3767caf7688cb8b8 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 3 May 2026 23:51:27 +0200 Subject: IR lowering pass 1, function declarations Signed-off-by: Mel --- boot/catboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/catboot.c') diff --git a/boot/catboot.c b/boot/catboot.c index fe879a1..8fdad41 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -133,7 +133,7 @@ debug_lower_pass(struct Source_File source_file) lower_tree(&tree, source_file, &unit); printer(&unit); - return 0; + return unit.had_error ? 1 : 0; } integer -- cgit 1.4.1