aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/mgc0.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/mgc0.c')
-rw-r--r--libgo/runtime/mgc0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c
index 4b78f3b..2d6328f 100644
--- a/libgo/runtime/mgc0.c
+++ b/libgo/runtime/mgc0.c
@@ -2204,6 +2204,7 @@ runtime_gc(int32 force)
g->status = Gwaiting;
g->waitreason = "garbage collection";
runtime_mcall(mgc);
+ m = runtime_m();
}
// all done