summaryrefslogtreecommitdiff
path: root/lib/runtime.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/runtime.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime.asm b/lib/runtime.asm
index 974fbe1..4422045 100644
--- a/lib/runtime.asm
+++ b/lib/runtime.asm
@@ -23,6 +23,7 @@ _start:
# call main
jal main
+ nop
# exit
move $a0, $v0