summaryrefslogtreecommitdiff
path: root/zruntime.S
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-06-09 02:38:56 -0700
committerMike Pavone <pavone@retrodev.com>2013-06-09 02:38:56 -0700
commit69963a16375cb6f57a844bb59e281ec8756e92ee (patch)
treea9e9d6557973e8e410217438e1376745fbdd6426 /zruntime.S
parentd8a7014d3a6f187c1f780bf02d80313d6629fe5e (diff)
Fix address adjustement in z80_retrans_stub
Diffstat (limited to 'zruntime.S')
-rw-r--r--zruntime.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/zruntime.S b/zruntime.S
index 6dc353d..8ef8745 100644
--- a/zruntime.S
+++ b/zruntime.S
@@ -250,7 +250,7 @@ z80_retrans_stub:
pop %r14
call z80_save_context
/* adjust for mov and call instructions */
- sub $10, %r14
+ sub $11, %r14
mov %r13d, %edi
mov %r14, %rdx
push %rsi