X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FBlock.h;h=408088087aeeb0ccfdcf9b60820faf1f8b777646;hb=d841b6291656761f6b57e6828cad25b3f0ff75eb;hp=d1705ad68650afddb9451d415d6f3d3db1c9a0b8;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/includes/Block.h b/includes/Block.h index d1705ad..4080880 100644 --- a/includes/Block.h +++ b/includes/Block.h @@ -85,8 +85,10 @@ typedef struct bdescr_ { #define BF_PINNED 4 /* Block is part of a compacted generation */ #define BF_COMPACTED 8 -/* Block is free, and on the free list */ +/* Block is free, and on the free list (TODO: is this used?) */ #define BF_FREE 16 +/* Block is executable */ +#define BF_EXEC 32 /* Finding the block descriptor for a given block -------------------------- */