Count allocations more accurately
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index 0ed7ec6..d00e428 100644 (file)
@@ -246,7 +246,7 @@ main(int argc, char *argv[])
 
     struct_size(generation);
     struct_field(generation, mut_list);
-    struct_field(generation, n_new_large_blocks);
+    struct_field(generation, n_new_large_words);
 
     struct_size(CostCentreStack);
     struct_field(CostCentreStack, ccsID);