re PR go/56172 (net FAILs on Solaris)
PR go/56172 runtime: Fix argument passed to forcegchelper. From-SVN: r195774
This commit is contained in:
parent
64266ce69c
commit
5c9768b360
@ -405,7 +405,7 @@ runtime_MHeap_Scavenger(void* dummy)
|
||||
// GC blocks other goroutines via the runtime_worldsema.
|
||||
runtime_noteclear(¬e);
|
||||
notep = ¬e;
|
||||
__go_go(forcegchelper, (void*)¬ep);
|
||||
__go_go(forcegchelper, (void*)notep);
|
||||
runtime_entersyscall();
|
||||
runtime_notesleep(¬e);
|
||||
runtime_exitsyscall();
|
||||
|
Loading…
Reference in New Issue
Block a user