runtime: fix arm build (B not JMP)

TBR=dvyukov
CC=golang-codereviews
https://golang.org/cl/71060046
This commit is contained in:
Russ Cox 2014-03-04 14:03:39 -05:00
parent c2dd33a46f
commit f884e15aab
1 changed files with 1 additions and 1 deletions

View File

@ -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