From 734d6ae2d3a7be354b825337baec43500326db8e Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 15 May 2002 03:58:03 +0000 Subject: [PATCH] debugging changes git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@473 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/heapgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/heapgc.c b/C/heapgc.c index bb8fe7eb4..de0b36e01 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -1035,7 +1035,7 @@ mark_environments(CELL_PTR gc_ENV, OPREG size, CELL *pvbmap) #ifdef DEBUG if (size < 0 || size > 512) - YP_fprintf(YP_stderr,"Oops, env size %ld\n", (unsigned long int)size); + YP_fprintf(YP_stderr,"Oops, env size for %p is %ld\n", gc_ENV, (unsigned long int)size); #endif /* for each saved variable */ if (size > EnvSizeInCells) {