summaryrefslogtreecommitdiff
path: root/os_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'os_dep.c')
-rw-r--r--os_dep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/os_dep.c b/os_dep.c
index f835eaf7..388bc4a4 100644
--- a/os_dep.c
+++ b/os_dep.c
@@ -467,6 +467,9 @@ GC_INNER char * GC_get_maps(void)
GC_ASSERT((word)GC_data_start <= (word)_end);
return;
}
+# ifdef DEBUG_ADD_DEL_ROOTS
+ GC_log_printf("__data_start not provided\n");
+# endif
# endif /* LINUX */
if (GC_no_dls) {