diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-07 20:36:05 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-07 20:36:05 +0100 |
| commit | ca8ad5e5542fc0097029e2e97adf6d911eedb926 (patch) | |
| tree | bf1fbbedb5255321fe2d6efc107a8ec4f59b6727 /src | |
| parent | ab146f5d23e01d2a4e10ac9fdc47584c00aac83d (diff) | |
| download | box64-ca8ad5e5542fc0097029e2e97adf6d911eedb926.tar.gz box64-ca8ad5e5542fc0097029e2e97adf6d911eedb926.zip | |
Cosmetic change
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run660f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c index e6116617..83841f4b 100644 --- a/src/emu/x64run660f.c +++ b/src/emu/x64run660f.c @@ -597,6 +597,7 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr) for(int i=1; i>=0; --i) GX->q[i] = EX->ud[i]; break; + case 0x37: /* PCMPGTQ Gx, Ex */ nextop = F8; GETEX(0); @@ -1078,7 +1079,6 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr) GX->d[0] = (tmp8u&(1<<(0)))?tmpd:0.0; GX->d[1] = (tmp8u&(1<<(1)))?tmpd:0.0; break; - case 0x42: /* MPSADBW Gx, Ex, Ib */ nextop = F8; GETEX(1); |