summaryrefslogtreecommitdiff
path: root/includes/stg/Regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/stg/Regs.h')
-rw-r--r--includes/stg/Regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/Regs.h b/includes/stg/Regs.h
index 1d0c00c491..b7f0abda7d 100644
--- a/includes/stg/Regs.h
+++ b/includes/stg/Regs.h
@@ -80,6 +80,7 @@ typedef struct StgRegTable_ {
StgPtr rSpLim;
StgPtr rHp;
StgPtr rHpLim;
+ struct _CostCentreStack * rCCCS; // current cost-centre-stack
struct StgTSO_ * rCurrentTSO;
struct nursery_ * rNursery;
struct bdescr_ * rCurrentNursery; /* Hp/HpLim point into this block */