Commit a6999c88 authored by Anthony Martin's avatar Anthony Martin Committed by David du Colombier

runtime: fix Plan 9 build

LGTM=0intro, aram
R=rsc, 0intro, aram
CC=golang-codereviews
https://golang.org/cl/109240044
parent a7186dc3
......@@ -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
......
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