ghc-events
ghc-events copied to clipboard
Fix type of ProfSampleCostCentre.profCapSet event field
This is a CapNo rather than a CapSet. The event stores this as an Int32, but CapNo is an Int16. So we need to do some conversions.
Resolves #84
NB: this is a breaking change, as we change the type and name of this field