From c9a816dfea51a58479a5fbdc17e8809c64514923 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 16 Jan 2001 12:41:05 +0000 Subject: [PATCH] [project @ 2001-01-16 12:41:05 by sewardj] rm --- ghc/rts/StgMiscClosures.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/StgMiscClosures.hc b/ghc/rts/StgMiscClosures.hc index 16d9012..68a3f9d 100644 --- a/ghc/rts/StgMiscClosures.hc +++ b/ghc/rts/StgMiscClosures.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.hc,v 1.58 2001/01/15 16:55:25 sewardj Exp $ + * $Id: StgMiscClosures.hc,v 1.59 2001/01/16 12:41:05 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -58,7 +58,7 @@ FN_(stg_interp_constr_entry) { /* R1 points at the constructor */ FB_ - STGCALL2(fprintf,stderr,"stg_interp_constr_entry (direct return)!\n"); + /* STGCALL2(fprintf,stderr,"stg_interp_constr_entry (direct return)!\n"); */ /* Pointless, since SET_TAG doesn't do anything */ SET_TAG( GET_TAG(GET_INFO(R1.cl))); JMP_(ENTRY_CODE((P_)(*Sp))); -- 1.7.10.4