Commit 56a0bafd authored by Russ Cox's avatar Russ Cox

runtime: fix arm build

R=ken2
CC=golang-dev
https://golang.org/cl/7399050
parent 48f79a95
......@@ -319,7 +319,7 @@ TEXT runtime·cgocallback(SB),7,$12
MOVW R0, 8(R13)
MOVW framesize+8(FP), R0
MOVW R0, 12(R13)
MOVL $runtime·cgocallback_gofunc(SB), R0
MOVW $runtime·cgocallback_gofunc(SB), R0
BL (R0)
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