X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=90ceacaea5e3275705936f6f16dd250ce33a3633;hb=95d4b4c552cef8a33bbfb37361e90c079d65134b;hp=2dcd21be4327f501b3315e777d133582bd435de7;hpb=f5f023361796c9553933eccf82e0c066e5e30814;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index 2dcd21b..90ceaca 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -21,6 +21,7 @@ #include "HsFFI.h" #include "sm/Storage.h" +#include "Stats.h" #include "Hash.h" #include "LinkerInternals.h" #include "RtsUtils.h" @@ -943,9 +944,8 @@ typedef struct _RtsSymbolVal { SymI_HasProto(stg_writeTVarzh) \ SymI_HasProto(stg_yieldzh) \ SymI_NeedsProto(stg_interp_constr_entry) \ - SymI_HasProto(alloc_blocks) \ SymI_HasProto(alloc_blocks_lim) \ - SymI_HasProto(allocateLocal) \ + SymI_HasProto(allocate) \ SymI_HasProto(allocateExec) \ SymI_HasProto(freeExec) \ SymI_HasProto(getAllocations) \