mirror of https://github.com/golang/go.git
runtime: fix arm build (B not JMP)
TBR=dvyukov CC=golang-codereviews https://golang.org/cl/71060046
This commit is contained in:
parent
c2dd33a46f
commit
f884e15aab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue