summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r--ghc/compiler/codeGen/CgProf.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/codeGen/CgProf.hs b/ghc/compiler/codeGen/CgProf.hs
index 5177072bf6..844f1d75d2 100644
--- a/ghc/compiler/codeGen/CgProf.hs
+++ b/ghc/compiler/codeGen/CgProf.hs
@@ -316,12 +316,12 @@ emitCostCentreStackDecl ccs
mkCCostCentre cc,
zero, -- struct _CostCentreStack *prevStack;
zero, -- struct _IndexTable *indexTable;
- zero, -- StgWord selected;
zero64, -- StgWord64 scc_count;
+ zero, -- StgWord selected;
zero, -- StgWord time_ticks;
zero64, -- StgWord64 mem_alloc;
- zero, -- StgWord inherited_ticks;
zero64, -- StgWord64 inherited_alloc;
+ zero, -- StgWord inherited_ticks;
zero -- CostCentre *root;
]
; emitDataLits (mkCCSLabel ccs) lits