summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lisc/test/echo.ssa4
1 files changed, 2 insertions, 2 deletions
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
 }