From c8e41a470f1c3ee1dbf7b881a3dec31633e39085 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 1 Nov 2020 22:17:40 -0800 Subject: 7157 --- apps/tui.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/tui.mu') diff --git a/apps/tui.mu b/apps/tui.mu index be74e1c4..7dad7d1b 100644 --- a/apps/tui.mu +++ b/apps/tui.mu @@ -4,7 +4,7 @@ # $ ./translate_mu apps/tui.mu # $ ./a.elf -fn main -> exit-status/ebx: int { +fn main -> _/ebx: int { var nrows/eax: int <- copy 0 var ncols/ecx: int <- copy 0 nrows, ncols <- screen-size 0 @@ -30,5 +30,5 @@ fn main -> exit-status/ebx: int { var x-int/eax: int <- copy x print-int32-hex 0, x-int print-string 0, "\n" - exit-status <- copy 0 + return 0 } -- cgit 1.4.1-2-gfad0