X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=d12c6fcc09d038f0a849d92b46625d6467d24729;hb=4207605cc8e035e05f651334ef1be90b098d305d;hp=90ceacaea5e3275705936f6f16dd250ce33a3633;hpb=f6013eedb4dea47afac8167dfa08561ae90454db;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index 90ceaca..d12c6fc 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -945,6 +945,7 @@ typedef struct _RtsSymbolVal { SymI_HasProto(stg_yieldzh) \ SymI_NeedsProto(stg_interp_constr_entry) \ SymI_HasProto(alloc_blocks_lim) \ + SymI_HasProto(g0) \ SymI_HasProto(allocate) \ SymI_HasProto(allocateExec) \ SymI_HasProto(freeExec) \