about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-07-17 04:49:14 +0800
committerGitHub <noreply@github.com>2024-07-16 22:49:14 +0200
commit43b155e8b4596c5cce05871333dfece5830ac3e0 (patch)
tree49c9631cdf831f71bd6b20e1c5c5e4ff7223c109 /src
parent6ee5415ea40176229b15890c84411bb7a053ca9a (diff)
downloadbox64-43b155e8b4596c5cce05871333dfece5830ac3e0.tar.gz
box64-43b155e8b4596c5cce05871333dfece5830ac3e0.zip
[LA64_DYNAREC] Fixed CMPSD (#1687)
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/la64/dynarec_la64_f20f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/la64/dynarec_la64_f20f.c b/src/dynarec/la64/dynarec_la64_f20f.c
index ab6bcc1f..9bbd6ff7 100644
--- a/src/dynarec/la64/dynarec_la64_f20f.c
+++ b/src/dynarec/la64/dynarec_la64_f20f.c
@@ -292,7 +292,7 @@ uintptr_t dynarec64_F20F(dynarec_la64_t* dyn, uintptr_t addr, uintptr_t ip, int
             INST_NAME("CMPSD Gx, Ex, Ib");
             nextop = F8;
             GETGX(v0, 1);
-            GETEXSS(v1, 0, 1);
+            GETEXSD(v1, 0, 1);
             u8 = F8;
             switch (u8 & 7) {
                 case 0: FCMP_D(fcc0, v0, v1, cEQ); break;  // Equal