X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsFlags.h;h=6efd24d106be68270f35fb209f696a67a3f625e6;hb=cf411c9ae5d61d6e5baa5e5e6b0ad9803b041236;hp=46f772aa0b3d3de9f918f7d872ea02b4bd3efbc4;hpb=b927a3c1ca03948d9dd50657c01f7f50dc7161e8;p=ghc-hetmet.git diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h index 46f772a..6efd24d 100644 --- a/includes/RtsFlags.h +++ b/includes/RtsFlags.h @@ -62,6 +62,7 @@ struct DEBUG_FLAGS { rtsBool apply; /* 'a' */ rtsBool stm; /* 'm' */ rtsBool squeeze; /* 'z' stack squeezing & lazy blackholing */ + rtsBool hpc; /* 'c' coverage */ }; struct COST_CENTRE_FLAGS {