diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-08-12 21:36:33 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-08-12 21:36:33 +0400 |
| commit | 92254d4463efb5c3a91ccd6d62abe3f7587a145a (patch) | |
| tree | a0ee74f4982d83d688899a8a80f8fec1229ea324 /src/pkg/runtime/sys_linux_arm.s | |
| parent | 8b789e17381f8c609cee24aad9c42e0f02ee6310 (diff) | |
| download | go-92254d4463efb5c3a91ccd6d62abe3f7587a145a.tar.xz | |
runtime: fix ARM assembly formatting
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12702048
Diffstat (limited to 'src/pkg/runtime/sys_linux_arm.s')
| -rw-r--r-- | src/pkg/runtime/sys_linux_arm.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/runtime/sys_linux_arm.s b/src/pkg/runtime/sys_linux_arm.s index 3e3709f92d..0e540f1c84 100644 --- a/src/pkg/runtime/sys_linux_arm.s +++ b/src/pkg/runtime/sys_linux_arm.s @@ -371,7 +371,7 @@ casagain: MOVW new+8(FP), R1 BL cas<>(SB) BCC cascheck - MOVW $1, R0 + MOVW $1, R0 RET cascheck: // Kernel lies; double-check. @@ -380,7 +380,7 @@ cascheck: MOVW 0(R2), R3 CMP R0, R3 BEQ casagain - MOVW $0, R0 + MOVW $0, R0 RET TEXT runtime·casp(SB),NOSPLIT,$0 @@ -439,5 +439,5 @@ TEXT runtime·closeonexec(SB),NOSPLIT,$0 MOVW $2, R1 // F_SETFD MOVW $1, R2 // FD_CLOEXEC MOVW $SYS_fcntl, R7 - SWI $0 + SWI $0 RET |
