Pointer Tagging
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index 2fe99b6..aa3c673 100644 (file)
@@ -403,6 +403,10 @@ main(int argc, char *argv[])
     struct_field(StgLargeBitmap, size);
     field_offset(StgLargeBitmap, bitmap);
 
+    struct_field(StgRetFun, size);
+    struct_field(StgRetFun, tag);
+    struct_field(StgRetFun, fun);
+
     struct_size(snEntry);
     struct_field(snEntry,sn_obj);
     struct_field(snEntry,addr);