mirror of
https://github.com/golang/go
synced 2024-11-20 10:14:43 -07:00
sync: small naming fix for armv5
R=rsc CC=golang-dev https://golang.org/cl/3268042
This commit is contained in:
parent
79dcf180a2
commit
cd319092e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user