diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-03 17:31:17 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-03 17:31:17 +0200 |
| commit | cb548fe1fa29603d980371f64d3ea81d71415291 (patch) | |
| tree | 7304d068e2e37b9b3e85c1483e80231a650c87c4 /src | |
| parent | 0a8f049ceda923be41e6c527d15c80e6f2201148 (diff) | |
| download | box64-cb548fe1fa29603d980371f64d3ea81d71415291.tar.gz box64-cb548fe1fa29603d980371f64d3ea81d71415291.zip | |
[INTERPRETER] Fixed name in comment of an opcode
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64runavx660f38.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runavx660f38.c b/src/emu/x64runavx660f38.c index 5cae3e33..e1302e1e 100644 --- a/src/emu/x64runavx660f38.c +++ b/src/emu/x64runavx660f38.c @@ -1154,7 +1154,7 @@ uintptr_t RunAVX_660F38(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step) GY->u128 = 0; break; - case 0x45: /* VPSLRVD/Q Gx, Vx, Ex */ + case 0x45: /* VPSRLVD/Q Gx, Vx, Ex */ nextop = F8; GETEX(0); GETGX; GETVX; GETGY; |