Commit f884e15a authored by Russ Cox's avatar Russ Cox

runtime: fix arm build (B not JMP)

TBR=dvyukov
CC=golang-codereviews
https://golang.org/cl/71060046
parent c2dd33a4
......@@ -215,7 +215,7 @@ TEXT runtime·morestack(SB),NOSPLIT,$-4-0
TEXT runtime·morestack_noctxt(SB),NOSPLIT,$-4-0
MOVW $0, R7
JMP runtime·morestack(SB)
B runtime·morestack(SB)
// Called from panic. Mimics morestack,
// reuses stack growth code to create a frame
......
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