diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index ecbba8b6ab..18386490b9 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -247,7 +247,7 @@ processSmallObjectPoolForDead( void ) bdescr *bd; StgPtr p; - bd = small_alloc_list; + bd = g0s0->blocks; // first block if (bd == NULL) |