diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-30 19:00:20 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-30 19:00:20 +0100 |
| commit | 20cf990bf7e2c37a565dedc03890c9df1ea8b602 (patch) | |
| tree | 241ed839b24a9e7d2a0d1097a0379e3d8fe7844d /src | |
| parent | 00744bc0e5708bab3bf69b4b8bfa08054629c39a (diff) | |
| download | box64-20cf990bf7e2c37a565dedc03890c9df1ea8b602.tar.gz box64-20cf990bf7e2c37a565dedc03890c9df1ea8b602.zip | |
Fixed a comment for 66 0F 3A 62 opcode
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 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; |