X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=474cd8155b4acca0c634d0d66cba453a38bf1105;hb=979fb4abd736734d30089a8b328824d4a5862a6a;hp=ef12e3e9aac8a2d2b1e3db19524af97bc2c2cfc8;hpb=6c095bfa3c8c81b52ad92853acd326453d320d7b;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index ef12e3e..474cd81 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -856,6 +856,7 @@ typedef struct _RtsSymbolVal { SymI_NeedsProto(rts_stop_on_exception) \ SymI_HasProto(stopTimer) \ SymI_HasProto(n_capabilities) \ + SymI_HasProto(traceCcszh_fast) \ RTS_USER_SIGNALS_SYMBOLS #ifdef SUPPORT_LONG_LONGS @@ -1744,7 +1745,7 @@ static int ocAllocateSymbolExtras( ObjectCode* oc, int count, int first ) if( m > n ) // we need to allocate more pages { oc->symbol_extras = mmapForLinker(sizeof(SymbolExtra) * count, - MAP_ANONYMOUS, 0); + MAP_ANONYMOUS, -1); } else {