Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5970d44a
Commit
5970d44a
authored
Mar 18, 2005
by
simonmar
Browse files
[project @ 2005-03-18 11:16:27 by simonmar]
Add SIZEOF_CostCentreStack
parent
a983db17
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/mkDerivedConstants.c
View file @
5970d44a
...
...
@@ -215,6 +215,7 @@ main(int argc, char *argv[])
struct_size
(
generation
);
struct_field
(
generation
,
mut_list
);
struct_size
(
CostCentreStack
);
struct_field
(
CostCentreStack
,
ccsID
);
struct_field
(
CostCentreStack
,
mem_alloc
);
struct_field
(
CostCentreStack
,
scc_count
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment