about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64run660f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index 72180c0c..e6116617 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -1148,7 +1148,7 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr)
                 else

                     R_RCX = __builtin_ffs(tmp32u) - 1;

                 break;

-            case 0x62:  /* PCMPESTRM */

+            case 0x62:  /* PCMPISTRM */

                 nextop = F8;

                 GETEX(1);

                 GETGX;