diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-12-04 11:08:39 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-12-04 11:08:39 +0000 |
commit | a0ca27ac659bcbe0c291b3bd1a12a965f43f5f55 (patch) | |
tree | 5e0b357cf3012cb0dd71802c45d16580af25d706 /includes/mkDerivedConstants.c | |
parent | 5f9075dae09b9c7eff4cdf8d3fc339ea0d909d57 (diff) | |
download | haskell-a0ca27ac659bcbe0c291b3bd1a12a965f43f5f55.tar.gz |
Correction to the allocation stats following earlier refactoring
Diffstat (limited to 'includes/mkDerivedConstants.c')
-rw-r--r-- | includes/mkDerivedConstants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c index 23a4ecd64e..0f1962cbbc 100644 --- a/includes/mkDerivedConstants.c +++ b/includes/mkDerivedConstants.c @@ -249,7 +249,7 @@ main(int argc, char *argv[]) struct_size(generation); struct_field(generation, mut_list); - struct_field(generation, n_large_blocks); + struct_field(generation, n_new_large_blocks); struct_size(CostCentreStack); struct_field(CostCentreStack, ccsID); |