From e1deb6b0d8a8258ad97ff380dcbd860c62bcfe31 Mon Sep 17 00:00:00 2001
From: sewardj <unknown>
Date: Mon, 17 Apr 2000 14:46:31 +0000
Subject: [PATCH] [project @ 2000-04-17 14:46:31 by sewardj] zap call to
 nameFromOPtr (sigh)

---
 ghc/rts/StgCRun.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c
index e57468241750..09a8016afeb1 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)();
    }
-- 
GitLab