Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(185)

Unified Diff: src/pkg/sync/asm_arm5.s

Issue 3268042: code review 3268042: sync: small naming fix for armv5
Patch Set: code review 3268042: sync: small naming fix for armv5 Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/sync/asm_arm5.s
===================================================================
--- a/src/pkg/sync/asm_arm5.s
+++ b/src/pkg/sync/asm_arm5.s
@@ -16,7 +16,7 @@
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b