From bfbcebe0a821e92f83107293890686c9562b371c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 24 Mar 1991 23:20:11 +0000 Subject: [PATCH] Fixed ptrans_code to account for the new slot in code objects. --- ldb/purify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldb/purify.c b/ldb/purify.c index 3dbf46a7d..98af0eab0 100644 --- a/ldb/purify.c +++ b/ldb/purify.c @@ -1,6 +1,6 @@ /* Purify. */ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.12 1991/02/16 01:00:44 wlott Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.13 1991/03/24 23:20:11 wlott Exp $ */ #include <mach.h> @@ -242,7 +242,7 @@ static lispobj ptrans_code(thing) pscav_later(&new->debug_info, 1); /* Scavenge the constants. */ - pscav(new->constants, HeaderValue(new->header)-4, TRUE); + pscav(new->constants, HeaderValue(new->header)-5, TRUE); /* Scavenge all the functions. */ pscav(&new->entry_points, 1, TRUE); -- GitLab