diff options
Diffstat (limited to 'libgo/runtime')
-rw-r--r-- | libgo/runtime/mheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/mheap.c b/libgo/runtime/mheap.c index 1b478f9..6636b01 100644 --- a/libgo/runtime/mheap.c +++ b/libgo/runtime/mheap.c @@ -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(); |