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/x64runf20f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runf20f.c b/src/emu/x64runf20f.c
index 0367d873..65adeb0d 100644
--- a/src/emu/x64runf20f.c
+++ b/src/emu/x64runf20f.c
@@ -378,13 +378,13 @@ uintptr_t RunF20F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
     )                               /* 0x80 -> 0x8F Jxx */

 

     case 0xA5:  // ignore F2 prefix

+    case 0xBA:

         #ifdef TEST_INTERPRETER 

         return Test0F(test, rex, addr-1, step);

         #else

         return Run0F(emu, rex, addr-1, step);

         #endif

 

-        

     case 0xC2:  /* CMPSD Gx, Ex, Ib */

         nextop = F8;

         _GETEX(1);