Skip to content
Snippets Groups Projects
Commit c2489556 authored by sof's avatar sof
Browse files

[project @ 1997-03-14 03:10:29 by sof]

parent af0bcf9c
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment