about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-03 17:31:17 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-03 17:31:17 +0200
commitcb548fe1fa29603d980371f64d3ea81d71415291 (patch)
tree7304d068e2e37b9b3e85c1483e80231a650c87c4 /src
parent0a8f049ceda923be41e6c527d15c80e6f2201148 (diff)
downloadbox64-cb548fe1fa29603d980371f64d3ea81d71415291.tar.gz
box64-cb548fe1fa29603d980371f64d3ea81d71415291.zip
[INTERPRETER] Fixed name in comment of an opcode
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64runavx660f38.c2
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;