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/x64run660f.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index 661382b9..d95dcb36 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -38,7 +38,12 @@ int Run660F(x64emu_t *emu, rex_t rex)
 

     switch(opcode) {

 

-    case 0xEF:  /* PXOR Gx,Ex */

+    case 0x1F:                      /* NOP (multi-byte) */

+        nextop = F8;

+        GETED;

+        break;

+

+    case 0xEF:                      /* PXOR Gx,Ex */

         nextop = F8;

         GETEX;

         GETGX;