about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64runf0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runf0.c b/src/emu/x64runf0.c
index 4a3a4763..1a0ada10 100644
--- a/src/emu/x64runf0.c
+++ b/src/emu/x64runf0.c
@@ -413,7 +413,7 @@ int RunF0(x64emu_t *emu, rex_t rex)
                     if(rex.w) {

                         do {

                             tmp64u = arm64_lock_read_dd(ED);

-                            tmp64u2 = add64(emu, tmp64u, GD->dword[0]);

+                            tmp64u2 = add64(emu, tmp64u, GD->q[0]);

                         } while(arm64_lock_write_dd(ED, tmp64u2));

                         GD->q[0] = tmp64u;

                     } else {