diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64runf0.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |