fix up slop-overwriting for THUNK_SELECTORS in DEBUG mode
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index 62d9490..689851e 100644 (file)
@@ -318,6 +318,8 @@ main(int argc, char *argv[])
     closure_field(StgAP_STACK, fun);
     closure_payload(StgAP_STACK, payload);
 
+    thunk_size(StgSelector);
+
     closure_field(StgInd, indirectee);
 
     closure_size(StgMutVar);