Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c2489556
Commit
c2489556
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 03:10:29 by sof]
parent
af0bcf9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/storage/SMap.lc
View file @
c2489556
...
...
@@ -260,7 +260,7 @@ collect2s(W_ reqsize, smInfo *sm)
#ifdef PAR
RebuildGAtables(rtsTrue);
#else
reportDeadForeignObjs( sm->ForeignObjList, NULL, &(sm->ForeignObjList)
);
reportDeadForeignObjs( sm->ForeignObjList, NULL, &(sm->ForeignObjList));
#endif /* PAR */
/* TIDY UP AND RETURN */
...
...
@@ -521,7 +521,7 @@ collectHeap(reqsize, sm, do_full_collection)
RebuildGAtables(rtsFalse);
#else
reportDeadForeignObjs(sm->ForeignObjList,
sm->OldForeignObjList,
sm->OldForeignObjList,
&(sm->OldForeignObjList));
sm->ForeignObjList = NULL; /* all (new) ForeignObjs have been promoted */
#endif /* PAR */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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