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/x64run0f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c
index ef8c0716..6f600a67 100644
--- a/src/emu/x64run0f.c
+++ b/src/emu/x64run0f.c
@@ -283,6 +283,7 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
             }

             break;

 

+        case 0x19:

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

             nextop = F8;

             FAKEED(0);