Fix #650: use a card table to mark dirty sections of mutable arrays
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index 0f1962c..344b426 100644 (file)
@@ -279,6 +279,7 @@ main(int argc, char *argv[])
 
     closure_size(StgMutArrPtrs);
     closure_field(StgMutArrPtrs, ptrs);
+    closure_field(StgMutArrPtrs, size);
 
     closure_size(StgArrWords);
     closure_field(StgArrWords, words);