X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStorage.h;fp=includes%2FStorage.h;h=d7a842182aab309024854ecb511ade25d361bbae;hb=27a28cf6bc2196ee1690ac1fcc4d4c59d9b0d50f;hp=3fcdfebb9900cf20bb13a082ef2ce15f4383b051;hpb=dbbf15c0f141357aa49b583286174867baadb821;p=ghc-hetmet.git diff --git a/includes/Storage.h b/includes/Storage.h index 3fcdfeb..d7a8421 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -62,6 +62,7 @@ typedef struct step_ { bdescr * blocks; // blocks in this step unsigned int n_blocks; // number of blocks + unsigned int n_words; // number of words struct step_ * to; // destination step for live objects