about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-09-17 23:04:32 +0800
committerGitHub <noreply@github.com>2025-09-17 17:04:32 +0200
commit1a58da4315570f322c3a4ec35e17b1da87d929fe (patch)
treea89ade70070db496141d9c4420f1e0e7229c4c7b /src
parent0f4e298142f70e9222a68299fbd0200c31ab509c (diff)
downloadbox64-1a58da4315570f322c3a4ec35e17b1da87d929fe.tar.gz
box64-1a58da4315570f322c3a4ec35e17b1da87d929fe.zip
[LA64_DYNAREC] Fixed AVX 0F 17 VMOVHPS opcode (#3025)
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/la64/dynarec_la64_avx_0f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/la64/dynarec_la64_avx_0f.c b/src/dynarec/la64/dynarec_la64_avx_0f.c
index c959a98f..1c6c962d 100644
--- a/src/dynarec/la64/dynarec_la64_avx_0f.c
+++ b/src/dynarec/la64/dynarec_la64_avx_0f.c
@@ -166,7 +166,7 @@ uintptr_t dynarec64_AVX_0F(dynarec_la64_t* dyn, uintptr_t addr, uintptr_t ip, in
                 DEFAULT;
                 return addr;
             } else {
-                addr = geted(dyn, addr, ninst, nextop, &ed, x4, x5, &fixedaddress, rex, NULL, 1, 0);
+                addr = geted(dyn, addr, ninst, nextop, &ed, x4, x5, &fixedaddress, rex, NULL, 0, 0);
                 VSTELM_D(v0, ed, fixedaddress, 1);
                 SMWRITE2();
             }