about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dynarec/arm64/arm64_lock.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/arm64/arm64_lock.S b/src/dynarec/arm64/arm64_lock.S
index ce95dd89..44efc7da 100755
--- a/src/dynarec/arm64/arm64_lock.S
+++ b/src/dynarec/arm64/arm64_lock.S
@@ -229,7 +229,7 @@ arm64_lock_incif0:
 arm64_lock_incif0_0:
     ldaxr   w1, [x0]
     cmp     w1, #0
-    beq     arm64_lock_incif0_exit
+    bne     arm64_lock_incif0_exit
     add     w3, w1, #1
     stlxr   w2, w3, [x0]
     cbnz    w2, arm64_lock_incif0_0