From: simonmar Date: Tue, 5 Apr 2005 14:23:35 +0000 (+0000) Subject: [project @ 2005-04-05 14:23:35 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~803 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=47cdab05873414999ff8179d9e8ee50dcfbca168;p=ghc-hetmet.git [project @ 2005-04-05 14:23:35 by simonmar] Catch up with InfoTable changes --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index e150b15..bea1055 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -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);