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/x64run66.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64run66.c b/src/emu/x64run66.c
index 2ad8590b..77dd7b06 100644
--- a/src/emu/x64run66.c
+++ b/src/emu/x64run66.c
@@ -78,6 +78,9 @@ int Run66(x64emu_t *emu, rex_t rex)
         EW->word[0] = GW->word[0];

         break;

 

+    case 0x90:                              /* NOP */

+        break;

+

     case 0xC1:                              /* GRP2 Ew,Ib */

         nextop = F8;

         GETEW;