gc debugging fix
svn: r17845
This commit is contained in:
parent
364e4ff3d5
commit
3d3038baec
|
@ -2978,7 +2978,7 @@ static void fprintf_debug(NewGC *gc, const char *msg, objhead *info, FILE* file,
|
|||
fprintf(file, "RMP %p already freed and out of bounds\n", SCHEME_PATH_VAL(obj));
|
||||
}
|
||||
default:
|
||||
fprintf_buffer(file, ((char *)obj), (info->size * WORD_SIZE));
|
||||
fprintf_buffer(file, ((char *)obj), (info->size * WORD_SIZE) - sizeof(objhead));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user