Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2014-02-26 21:14:39 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2014-02-27 03:07:28 +0400
commitae15e93b92dc83889cc4c50d5ba06f138723a954 (patch)
tree1249e6256f46ae4830f8bdb64f3a037100376f10 /libgc/darwin_stop_world.c
parent2136f8f0bcc04fd6ad818509f1db0230014f6187 (diff)
[boehm] Add toggleref support for boehm. This is line by line port of the sgen code, so keep them in sync.
Diffstat (limited to 'libgc/darwin_stop_world.c')
-rw-r--r--libgc/darwin_stop_world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgc/darwin_stop_world.c b/libgc/darwin_stop_world.c
index ee7b1a9d37f..9904a3e1d0f 100644
--- a/libgc/darwin_stop_world.c
+++ b/libgc/darwin_stop_world.c
@@ -580,6 +580,7 @@ void GC_stop_world()
if (GC_notify_event)
GC_notify_event (GC_EVENT_PRE_STOP_WORLD);
+ GC_process_togglerefs ();
# if DEBUG_THREADS
GC_printf1("Stopping the world from 0x%lx\n", mach_thread_self());