Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
bfbcebe0
Commit
bfbcebe0
authored
Mar 24, 1991
by
wlott
Browse files
Fixed ptrans_code to account for the new slot in code objects.
parent
e4704d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ldb/purify.c
View file @
bfbcebe0
/* Purify. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.1
2
1991/0
2/16 01:00:44
wlott Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/purify.c,v 1.1
3
1991/0
3/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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment