X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FRtsFlags.h;h=6efd24d106be68270f35fb209f696a67a3f625e6;hp=46f772aa0b3d3de9f918f7d872ea02b4bd3efbc4;hb=ebf733111484edc973797025418cba8f096246f6;hpb=cac2aca1e1874e936f3ef15ca2a81a32c7863750 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 {