about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/emu/x64run66.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run66.c b/src/emu/x64run66.c
index 74d08a3f..2628386a 100644
--- a/src/emu/x64run66.c
+++ b/src/emu/x64run66.c
@@ -37,7 +37,7 @@ int Run66(x64emu_t *emu, rex_t rex)
 

     opcode = F8;

 

-    while(opcode == 0x2E)   // ignoring CS:

+    while((opcode==0x2E) || (opcode==0x66))   // ignoring CS: or multiple 0x66

         opcode = F8;

 

     // REX prefix before the F0 are ignored