From ba198371043f99bc96c7a5c318bbff5efa647d22 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 29 Mar 2021 17:25:35 +0200 Subject: Cosmetic change for F0 0F B1 opcode --- src/emu/x64runf0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/emu/x64runf0.c b/src/emu/x64runf0.c index 095e6033..04338d61 100644 --- a/src/emu/x64runf0.c +++ b/src/emu/x64runf0.c @@ -194,7 +194,8 @@ int RunF0(x64emu_t *emu, rex_t rex) } pthread_mutex_unlock(&emu->context->mutex_lock); #endif - break; case 0xB1: /* CMPXCHG Ed,Gd */ + break; + case 0xB1: /* CMPXCHG Ed,Gd */ nextop = F8; GETED(0); GETGD; -- cgit 1.4.1