diff options
Diffstat (limited to 'src/emu')
| -rw-r--r-- | src/emu/x64runf20f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runf20f.c b/src/emu/x64runf20f.c index 766a69f8..7bf3c99e 100644 --- a/src/emu/x64runf20f.c +++ b/src/emu/x64runf20f.c @@ -212,7 +212,7 @@ int RunF20F(x64emu_t *emu, rex_t rex) case 0xC2: /* CMPSD Gx, Ex, Ib */ nextop = F8; - GETEX(0); + GETEX(1); GETGX; tmp8u = F8; tmp8s = 0; |