From 4e8b2b5b1453967750e473ffaab1f76b7ea8864e Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 27 May 2001 06:08:24 +0000 Subject: [PATCH] [project @ 2001-05-27 06:08:24 by sof] wibble --- ghc/rts/Interpreter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 657e25f..7a382a4 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -5,8 +5,8 @@ * Copyright (c) 1994-2000. * * $RCSfile: Interpreter.c,v $ - * $Revision: 1.23 $ - * $Date: 2001/05/25 18:32:51 $ + * $Revision: 1.24 $ + * $Date: 2001/05/27 06:08:24 $ * ---------------------------------------------------------------------------*/ #include "Rts.h" @@ -115,7 +115,7 @@ void interp_startup ( void ) void interp_shutdown ( void ) { int i, j, k, o_max, i_max, j_max; - fprintf(stderr, "%d constrs entered -> (%d BCO, %d UPD, %d ??)\n", + fprintf(stderr, "%d constrs entered -> (%d BCO, %d UPD, %d ??? )\n", it_retto_BCO + it_retto_UPDATE + it_retto_other, it_retto_BCO, it_retto_UPDATE, it_retto_other ); fprintf(stderr, "%d total entries, %d unknown entries \n", -- 1.7.10.4