mirror of https://github.com/golang/go.git
runtime: stop plan9/amd64 build from crashing
LGTM=iant R=rsc, 0intro, alex.brainman, iant CC=golang-codereviews https://golang.org/cl/140460044
This commit is contained in:
parent
d955dfb007
commit
2302b21bbe
|
|
@ -272,6 +272,7 @@ onm:
|
|||
// record an argument size. For that purpose, it has no arguments.
|
||||
TEXT runtime·morestack(SB),NOSPLIT,$0-0
|
||||
// Cannot grow scheduler stack (m->g0).
|
||||
get_tls(CX)
|
||||
MOVQ g(CX), BX
|
||||
MOVQ g_m(BX), BX
|
||||
MOVQ m_g0(BX), SI
|
||||
|
|
|
|||
Loading…
Reference in New Issue