Add allocateInGen() for allocating in a specific generation, and cleanups
[ghc-hetmet.git] / rts / LdvProfile.c
index ecbba8b..1838649 100644 (file)
@@ -247,7 +247,7 @@ processSmallObjectPoolForDead( void )
     bdescr *bd;
     StgPtr p;
 
-    bd = small_alloc_list;
+    bd = g0s0->blocks;
 
     // first block
     if (bd == NULL)