[project @ 2005-04-05 14:23:35 by simonmar]
authorsimonmar <unknown>
Tue, 5 Apr 2005 14:23:35 +0000 (14:23 +0000)
committersimonmar <unknown>
Tue, 5 Apr 2005 14:23:35 +0000 (14:23 +0000)
Catch up with InfoTable changes

ghc/includes/mkDerivedConstants.c

index e150b15..bea1055 100644 (file)
@@ -366,7 +366,7 @@ main(int argc, char *argv[])
     struct_field(StgFunInfoExtraRev, slow_apply_offset);
     struct_field(StgFunInfoExtraRev, fun_type);
     struct_field(StgFunInfoExtraRev, arity);
-    struct_field(StgFunInfoExtraRev, bitmap);
+    struct_field(StgFunInfoExtraRev, b.bitmap);
 
     struct_field(StgLargeBitmap, size);
     field_offset(StgLargeBitmap, bitmap);