Commit cd319092 authored by Dean Prichard's avatar Dean Prichard Committed by Russ Cox

sync: small naming fix for armv5

R=rsc
CC=golang-dev
https://golang.org/cl/3268042
parent 79dcf180
......@@ -16,7 +16,7 @@ TEXT ·cas(SB),7,$0
MOVW 4(FP), R1 // old
MOVW 8(FP), R2 // new
MOVW $1, R3
MOVW $cas_mutex(SB), R4
MOVW $runtime·cas_mutex(SB), R4
l:
SWPW (R4), R3 // acquire mutex
CMP $0, R3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment