codeowners update
[mono.git] / libgc / darwin_stop_world.c
index ee7b1a9d37f9c6838fac05a6597748c3ee16888e..9904a3e1d0f17cb8e63f0f0aafaf9e1919f37fd2 100644 (file)
@@ -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());