diff zruntime.S @ 393:30c250a41629

Fix address adjustement in z80_retrans_stub
author Mike Pavone <pavone@retrodev.com>
date Sun, 09 Jun 2013 02:38:56 -0700
parents 561fe3ea3fc8
children b7c3b2d22858
line wrap: on
line diff
--- a/zruntime.S	Sun Jun 09 02:03:26 2013 -0700
+++ b/zruntime.S	Sun Jun 09 02:38:56 2013 -0700
@@ -250,7 +250,7 @@
 	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