Commit 7ecefdc0 authored by Russ Cox's avatar Russ Cox

runtime: fix arm build, slightly.

R=r
CC=golang-dev
https://golang.org/cl/842042
parent f1c39c13
......@@ -270,7 +270,7 @@ TEXT callString(SB), 7, $24
MOVW arg+4(FP), R1
MOVW f+0(FP), R0
MOVW R1, 0(SP)
BL R0
BL (R0)
MOVW 4(SP), R1
MOVW 8(SP), R2
MOVW 12(SP), R3
......
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