Commit 22af2b8e authored by Russ Cox's avatar Russ Cox

runtime: fix arm build

TBR=dvyukov
CC=golang-codereviews
https://golang.org/cl/131150043
parent a6950fe0
......@@ -652,8 +652,8 @@ TEXT runtime·abort(SB),NOSPLIT,$-4-0
MOVW (R0), R1
TEXT runtime·gocputicks(SB),NOSPLIT,$4-8
ADD $8, SP, R0
MOVW R0, 0(SP)
MOVW $ret_lo+0(FP), R0
MOVW R0, 4(R13)
BL runtime·cputicks(SB)
RET
......
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