aboutsummaryrefslogtreecommitdiff
path: root/gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gc.cpp')
-rw-r--r--gc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gc.cpp b/gc.cpp
index 6db85fa..4b6eaca 100644
--- a/gc.cpp
+++ b/gc.cpp
@@ -66,6 +66,8 @@ void GarbageCollector::force() {
{
#ifdef GC_DEBUG
fprintf(stderr, "GC: !!! destroying space 0x%llx. \n", (ull)*l);
+#endif
+#ifdef GC_INFO
cnt++;
#endif
delete *l;