Don't check for swept blocks in -DS.
[ghc-hetmet.git] / includes / rts / storage / Block.h
index d6a4d4c..4fb5a96 100644 (file)
@@ -98,6 +98,8 @@ typedef struct bdescr_ {
 #define BF_FRAGMENTED 64
 /* we know about this block (for finding leaks) */
 #define BF_KNOWN     128
+/* Block was swept in the last generation */
+#define BF_SWEPT     256
 
 /* Finding the block descriptor for a given block -------------------------- */