From b868ceeab9281a76e6b5095bc612c0b992c16418 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 22 Mar 2006 10:27:11 +0000 Subject: [PATCH] on second thoughts, revert the ppc/darwin part of the previous patch --- ghc/rts/StgCRun.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c index 29d4efe..a5444f4 100644 --- a/ghc/rts/StgCRun.c +++ b/ghc/rts/StgCRun.c @@ -591,8 +591,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) extern StgRegTable * StgRun(StgFunPtr f, StgRegTable *basereg); #ifdef darwin_HOST_OS -static void GNUC3_ATTRIBUTE(used) -StgRunIsImplementedInAssembler(void) +void StgRunIsImplementedInAssembler(void) { #if HAVE_SUBSECTIONS_VIA_SYMBOLS // if the toolchain supports deadstripping, we have to -- 1.7.10.4