diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run0f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c index d1d2cd52..4af95885 100644 --- a/src/emu/x64run0f.c +++ b/src/emu/x64run0f.c @@ -166,7 +166,7 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step) nextop = F8; GETED(0); GETGD; - UpdateFlags(emu); + CHECK_FLAGS(emu); tmp8u = ED->word[0]>>3; if (tmp8u>0x10 || !my_context->segtls[tmp8u].present) { CLEAR_FLAG(F_ZF); |