aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime')
-rw-r--r--libgo/runtime/mheap.c2
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(&note);
notep = &note;
- __go_go(forcegchelper, (void*)&notep);
+ __go_go(forcegchelper, (void*)notep);
runtime_entersyscall();
runtime_notesleep(&note);
runtime_exitsyscall();