about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 067c47da..1389dce4 100644
--- a/src/emu/x64run66.c
+++ b/src/emu/x64run66.c
@@ -47,7 +47,7 @@ int Run66(x64emu_t *emu, rex_t rex, int rep)
         rep = opcode-0xF1;

         opcode = F8;

     }

-    // REX prefix before the F0 are ignored

+

     rex.rex = 0;

     while(opcode>=0x40 && opcode<=0x4f) {

         rex.rex = opcode;