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/x64run0f.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c
index cdaf3e4a..d49f8807 100644
--- a/src/emu/x64run0f.c
+++ b/src/emu/x64run0f.c
@@ -75,10 +75,7 @@ int Run0F(x64emu_t *emu, rex_t rex)
             nextop = F8;

             GETEB;

             GETGD;

-            if(rex.w)

-                GD->q[0] = EB->byte[0];

-            else

-                GD->dword[0] = EB->byte[0];

+            GD->q[0] = EB->byte[0];

             break;

 

         default: