From: simonmar Date: Tue, 5 Apr 2005 14:31:17 +0000 (+0000) Subject: [project @ 2005-04-05 14:31:17 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~802 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e57a1f2730d1b43c5e2c739ca7e96f6e94e9a6d7;p=ghc-hetmet.git [project @ 2005-04-05 14:31:17 by simonmar] wibble --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index bea1055..d5b8fe1 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, b.bitmap); + struct_field_("StgFunInfoExtraRev_bitmap", StgFunInfoExtraRev, b.bitmap); struct_field(StgLargeBitmap, size); field_offset(StgLargeBitmap, bitmap);