summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime.S b/runtime.S
index 0d3ab3f..7a64cf6 100644
--- a/runtime.S
+++ b/runtime.S
@@ -286,6 +286,7 @@ fifo_fallback:
crash:
mov %edi, %esi
lea bad_access_msg(%rip), %rdi
+ xor %rax, %rax
call printf
mov $1, %rdi
call exit