Experimental "mark-region" strategy for the old generation
[ghc-hetmet.git] / rts / sm / GCAux.c
index 48179f7..66806f4 100644 (file)
@@ -71,7 +71,7 @@ isAlive(StgClosure *p)
     }
 
     // check the mark bit for compacted steps
-    if ((bd->flags & BF_COMPACTED) && is_marked((P_)q,bd)) {
+    if ((bd->flags & BF_MARKED) && is_marked((P_)q,bd)) {
        return p;
     }