summaryrefslogtreecommitdiff
path: root/darwin_stop_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'darwin_stop_world.c')
-rw-r--r--darwin_stop_world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/darwin_stop_world.c b/darwin_stop_world.c
index 22208669..ff581a81 100644
--- a/darwin_stop_world.c
+++ b/darwin_stop_world.c
@@ -652,7 +652,7 @@ GC_INNER void GC_stop_world(void)
}
# ifdef MPROTECT_VDB
- if(GC_incremental) {
+ if (GC_auto_incremental) {
GC_mprotect_stop();
}
# endif
@@ -699,7 +699,7 @@ GC_INNER void GC_start_world(void)
GC_log_printf("World starting\n");
# endif
# ifdef MPROTECT_VDB
- if(GC_incremental) {
+ if (GC_auto_incremental) {
GC_mprotect_resume();
}
# endif