X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FmkDerivedConstants.c;h=71791fd81573d1403b17163eb8331ca2fd8fd6df;hb=b4d045ae655e5eae25b88917cfe75d7dc7689c21;hp=f5d62139329bda858d761d340a3b06144406b20f;hpb=a558bffdbf9288a5c6620b9553ec4839c8b904e4;p=ghc-hetmet.git diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index f5d6213..71791fd 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -346,7 +346,7 @@ main(int argc, char *argv[]) struct_field(StgFunInfoExtraFwd, bitmap); struct_size(StgFunInfoExtraRev); - struct_field(StgFunInfoExtraRev, slow_apply); + struct_field(StgFunInfoExtraRev, slow_apply_offset); struct_field(StgFunInfoExtraRev, fun_type); struct_field(StgFunInfoExtraRev, arity); struct_field(StgFunInfoExtraRev, bitmap);