about summary refs log tree commit diff stats
path: root/src/emu/x64runf0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/x64runf0.c')
-rw-r--r--src/emu/x64runf0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runf0.c b/src/emu/x64runf0.c
index d86dfce3..a25ce7f4 100644
--- a/src/emu/x64runf0.c
+++ b/src/emu/x64runf0.c
@@ -790,7 +790,7 @@ uintptr_t RunF0(x64emu_t *emu, rex_t rex, uintptr_t addr)
                             if (rex.w) {

 #if defined(__riscv) || defined(__loongarch64)

 #if defined(__loongarch64)

-                                if (la64_scq) {

+                                if (cpuext.scq) {

                                     do {

                                         native_lock_read_dq(&tmp64u, &tmp64u2, ED);

                                         if (R_RAX == tmp64u && R_RDX == tmp64u2) {