From: Simon Marlow Date: Thu, 26 Aug 2010 09:43:19 +0000 (+0000) Subject: FIX BUILD: add rts_isProfiled to the symbol table X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7caee7d767b393127d10533510ec802041dce052 FIX BUILD: add rts_isProfiled to the symbol table --- diff --git a/rts/Linker.c b/rts/Linker.c index 8f0761d..63d89e0 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -877,6 +877,7 @@ typedef struct _RtsSymbolVal { SymI_HasProto(rts_unlock) \ SymI_HasProto(rts_unsafeGetMyCapability) \ SymI_HasProto(rtsSupportsBoundThreads) \ + SymI_HasProto(rts_isProfiled) \ SymI_HasProto(setProgArgv) \ SymI_HasProto(startupHaskell) \ SymI_HasProto(shutdownHaskell) \