From c6eaae8760ce3df059a62224ada9298488d773a6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 28 Jun 2025 18:12:48 +0200 Subject: [INTERP] Small imrpvoment for 0F 03 opcode --- src/emu/x64run0f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit 1.4.1