about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-24 11:14:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-24 11:14:28 +0200
commit6da3a1265dc3cf5aeef985ffc1823ffb18c31a21 (patch)
treec33ad9be5352d210ab735b73820a9431ea14d372 /src
parentd51997bc77fc97b183d2d5730fcf10b25fe5f3cb (diff)
downloadbox64-6da3a1265dc3cf5aeef985ffc1823ffb18c31a21.tar.gz
box64-6da3a1265dc3cf5aeef985ffc1823ffb18c31a21.zip
[INTERP] Fixed a comment
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64runavxf30f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runavxf30f.c b/src/emu/x64runavxf30f.c
index 1338e228..2f4b5923 100644
--- a/src/emu/x64runavxf30f.c
+++ b/src/emu/x64runavxf30f.c
@@ -414,7 +414,7 @@ uintptr_t RunAVX_F30F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
                 GY->u128 = 0;
             break;
 
-        case 0x7E:  /* MOVQ Gx, Ex */
+        case 0x7E:  /* VMOVQ Gx, Ex */
             nextop = F8;
             GETEX(0);
             GETGX;