From fa3f7b53fa27a37b2eb142d046bba3df70b695ba Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 20 Oct 2015 18:02:29 -0400 Subject: make the echo test return 0 --- lisc/test/echo.ssa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/test') diff --git a/lisc/test/echo.ssa b/lisc/test/echo.ssa index 2766aac..238bab0 100644 --- a/lisc/test/echo.ssa +++ b/lisc/test/echo.ssa @@ -1,4 +1,4 @@ -function $main(w %argc, l %argv) { +function w $main(w %argc, l %argv) { @start %fmt =l alloc8 8 storel 1663398693, %fmt # "%s%c" @@ -24,5 +24,5 @@ function $main(w %argc, l %argv) { %ac1 =w sub %ac, 1 jmp @loop @end - ret + ret 0 } -- cgit 1.4.1