summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime.S b/runtime.S
index 838d6cc..5debd57 100644
--- a/runtime.S
+++ b/runtime.S
@@ -398,6 +398,7 @@ m68k_modified_ret_addr:
lea ret_addr_msg(%rip), %rdi
mov %rcx, %rsi
mov 8(%rsp), %rdx
+ xor %rax, %rax
call printf
mov $1, %rdi
call exit