[project @ 1997-03-14 03:10:29 by sof]
authorsof <unknown>
Fri, 14 Mar 1997 03:10:29 +0000 (03:10 +0000)
committersof <unknown>
Fri, 14 Mar 1997 03:10:29 +0000 (03:10 +0000)
ghc/runtime/storage/SMap.lc

index a4ce382..802c296 100644 (file)
@@ -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 */