about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/emu/x64run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 09a0d4f7..944d790c 100755
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -1218,7 +1218,7 @@ x64emurun:
             }
             break;
         case 0xDD:                      /* x87 opcodes */
-            if(!(RunDD(emu, rex, addr))) {
+            if(!(addr = RunDD(emu, rex, addr))) {
                 unimp = 1;
                 goto fini;
             }