aboutsummaryrefslogtreecommitdiffstats
path: root/gc/new_hblk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc/new_hblk.c')
-rw-r--r--gc/new_hblk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc/new_hblk.c b/gc/new_hblk.c
index d904aed..1aa2c7a 100644
--- a/gc/new_hblk.c
+++ b/gc/new_hblk.c
@@ -247,6 +247,7 @@ int kind;
ABORT("HBLK SZ inconsistency");
}
# endif
+ if (GC_debugging_started) clear = TRUE;
/* Allocate a new heap block */
h = GC_allochblk(sz, kind, 0);