From dc4d8c7d8646f24ab8b9b9806fe7e2a7a8b88c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 11 Aug 2000 17:44:27 +0200 Subject: [PATCH] Added FIXME. Rev: src/gc.c:1.119 --- src/gc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gc.c b/src/gc.c index 5bf4d7151c..ab4a0c1d3b 100644 --- a/src/gc.c +++ b/src/gc.c @@ -29,7 +29,7 @@ struct callback *gc_evaluator_callback=0; #include "block_alloc.h" -RCSID("$Id: gc.c,v 1.118 2000/08/11 14:27:41 grubba Exp $"); +RCSID("$Id: gc.c,v 1.119 2000/08/11 15:44:27 grubba Exp $"); /* Run garbage collect approximately every time * 20 percent of all arrays, objects and programs is @@ -478,6 +478,9 @@ void describe_location(void *real_memblock, } #ifdef DEBUG_MALLOC + /* FIXME: Is the following call correct? + * Shouldn't the second argument be an offset? + */ dmalloc_describe_location(memblock, location, indent); #endif } -- GitLab