[project @ 2005-04-22 09:32:39 by simonmar]
[ghc-hetmet.git] / ghc / includes / mkDerivedConstants.c
index 330f40f..f8d01c4 100644 (file)
@@ -232,6 +232,8 @@ main(int argc, char *argv[])
     struct_field_("StgHeader_ccs",  StgHeader, prof.ccs);
     struct_field_("StgHeader_ldvw", StgHeader, prof.hp.ldvw);
 
+    struct_size(StgSMPThunkHeader);
+
     closure_payload(StgClosure,payload);
 
     struct_field(StgEntCounter, allocs);