Correction to the allocation stats following earlier refactoring
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index 23a4ecd..0f1962c 100644 (file)
@@ -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);