From: simonmar Date: Tue, 5 Apr 2005 21:26:11 +0000 (+0000) Subject: [project @ 2005-04-05 21:26:11 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~796 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=72a3cc1865b99f1c10991ff2565c1dcb35e94499;p=ghc-hetmet.git [project @ 2005-04-05 21:26:11 by simonmar] unreg wibble --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index d5b8fe1..33b0398 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -360,7 +360,7 @@ main(int argc, char *argv[]) struct_field(StgFunInfoExtraFwd, slow_apply); struct_field(StgFunInfoExtraFwd, fun_type); struct_field(StgFunInfoExtraFwd, arity); - struct_field(StgFunInfoExtraFwd, bitmap); + struct_field(StgFunInfoExtraFwd, b.bitmap); struct_size(StgFunInfoExtraRev); struct_field(StgFunInfoExtraRev, slow_apply_offset);