mirror of
https://github.com/golang/go
synced 2024-11-24 05:40:15 -07:00
runtime: fix Plan 9 build
LGTM=0intro, aram R=rsc, 0intro, aram CC=golang-codereviews https://golang.org/cl/109240044
This commit is contained in:
parent
a7186dc303
commit
a6999c8845
@ -19,6 +19,7 @@ runtime·mpreinit(M *mp)
|
||||
{
|
||||
// Initialize stack and goroutine for note handling.
|
||||
mp->gsignal = runtime·malg(32*1024);
|
||||
mp->gsignal->m = mp;
|
||||
mp->notesig = (int8*)runtime·malloc(ERRMAX*sizeof(int8));
|
||||
|
||||
// Initialize stack for handling strings from the
|
||||
|
Loading…
Reference in New Issue
Block a user