1.0.23.55: three stale bugs
[sbcl.git] / src / assembly / x86-64 / alloc.lisp
index 68a8ce3..63444e4 100644 (file)
@@ -94,8 +94,7 @@
                (emit-label get-tls-index-lock)
                (inst mov target 1)
                (zeroize rax-tn)
-               (inst lock)
-               (inst cmpxchg (make-ea-for-symbol-value *tls-index-lock*) target)
+               (inst cmpxchg (make-ea-for-symbol-value *tls-index-lock*) target :lock)
                (inst jmp :ne get-tls-index-lock)
                ;; The symbol is now in OTHER.
                (inst pop other)