From: sewardj Date: Mon, 17 Apr 2000 14:46:31 +0000 (+0000) Subject: [project @ 2000-04-17 14:46:31 by sewardj] X-Git-Tag: Approximately_9120_patches~4666 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=e1deb6b0d8a8258ad97ff380dcbd860c62bcfe31;p=ghc-hetmet.git [project @ 2000-04-17 14:46:31 by sewardj] zap call to nameFromOPtr (sigh) --- diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c index e574682..09a8016 100644 --- a/ghc/rts/StgCRun.c +++ b/ghc/rts/StgCRun.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgCRun.c,v 1.17 2000/04/17 14:42:30 sewardj Exp $ + * $Id: StgCRun.c,v 1.18 2000/04/17 14:46:31 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -71,7 +71,7 @@ extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg) IF_DEBUG(evaluator, fprintf(stderr,"Jumping to "); printPtr((P_)f); - fprintf(stderr," %s\n",nameFromOPtr(f)); + fprintf(stderr,"\n"); ); f = (StgFunPtr) (f)(); }