aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-27 22:03:32 -0400
committerRuss Cox <rsc@golang.org>2014-08-27 22:03:32 -0400
commit45c819b2daf914a98b15b726c805bbed5ebe30df (patch)
tree7bc304a07ed88318d54a51e444208a1bbe210209 /src/pkg/runtime
parentd21638b5ec7210e1597b96db6698471d8141a5b2 (diff)
downloadgo-45c819b2daf914a98b15b726c805bbed5ebe30df.tar.xz
runtime: fix arm build
TBR=minux CC=golang-codereviews https://golang.org/cl/137810043
Diffstat (limited to 'src/pkg/runtime')
-rw-r--r--src/pkg/runtime/asm_arm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/asm_arm.s b/src/pkg/runtime/asm_arm.s
index 93eb08d84b..f7b90a692e 100644
--- a/src/pkg/runtime/asm_arm.s
+++ b/src/pkg/runtime/asm_arm.s
@@ -691,7 +691,7 @@ casfail:
RET
TEXT runtime·casuintptr(SB), NOSPLIT, $0-13
- JMP runtime·cas(SB)
+ B runtime·cas(SB)
TEXT runtime·stackguard(SB),NOSPLIT,$0-8
MOVW R13, R1