debugging changes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@473 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-05-15 03:58:03 +00:00
parent e6215e8073
commit 734d6ae2d3
1 changed files with 1 additions and 1 deletions

View File

@ -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) {