diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-06-09 02:38:56 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-06-09 02:38:56 -0700 |
commit | 69963a16375cb6f57a844bb59e281ec8756e92ee (patch) | |
tree | a9e9d6557973e8e410217438e1376745fbdd6426 /zruntime.S | |
parent | d8a7014d3a6f187c1f780bf02d80313d6629fe5e (diff) |
Fix address adjustement in z80_retrans_stub
Diffstat (limited to 'zruntime.S')
-rw-r--r-- | zruntime.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |