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/x64run0f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c
index 2a2c78cb..8aa634ae 100644
--- a/src/emu/x64run0f.c
+++ b/src/emu/x64run0f.c
@@ -1543,7 +1543,7 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
             }

             break;

         case 0xBC:                      /* BSF Ed,Gd */

-            CHECK_FLAGS(emu);

+            RESET_FLAGS(emu);

             nextop = F8;

             GETED(0);

             GETGD;

@@ -1570,7 +1570,7 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
             }

             break;

         case 0xBD:                      /* BSR Ed,Gd */

-            CHECK_FLAGS(emu);

+            RESET_FLAGS(emu);

             nextop = F8;

             GETED(0);

             GETGD;