X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2Fstorage%2FBlock.h;h=3114bea014f649a392de378fd245d812495d4120;hb=4bba92f93b88e15f0e0f23732d2cfa540acb737b;hp=e99a03e76ce647c7f6bd8ce61733ed3bbef18d2f;hpb=f9d15f9fccae4706fbdf8ee4ecaef7da9953cb74;p=ghc-hetmet.git diff --git a/includes/rts/storage/Block.h b/includes/rts/storage/Block.h index e99a03e..3114bea 100644 --- a/includes/rts/storage/Block.h +++ b/includes/rts/storage/Block.h @@ -57,8 +57,8 @@ typedef struct bdescr_ { StgPtr scan; /* scan pointer for copying GC */ } u; - struct step_ *step; /* step */ - struct step_ *dest; /* destination step */ + struct generation_ *gen; /* generation */ + struct generation_ *dest; /* destination gen */ StgWord32 blocks; /* no. of blocks (if grp head, 0 otherwise) */