about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run660f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index 372d4a64..7d4a36a0 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -174,6 +174,7 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr)
         ED->q[0] = GX->q[1];

         break;

 

+    case 0x19:

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

         nextop = F8;

         FAKEED(0);