about summary refs log tree commit diff stats
path: root/src/emu/x64run0f.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/x64run0f.c')
-rw-r--r--src/emu/x64run0f.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c
index ee66c0ce..9895f3db 100644
--- a/src/emu/x64run0f.c
+++ b/src/emu/x64run0f.c
@@ -302,6 +302,11 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
             break;

 

         case 0x19:

+        case 0x1A:

+        case 0x1B:

+        case 0x1C:

+        case 0x1D:

+        case 0x1E:

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

             nextop = F8;

             FAKEED(0);