From: sewardj Date: Mon, 12 Feb 2001 12:44:11 +0000 (+0000) Subject: [project @ 2001-02-12 12:44:11 by sewardj] X-Git-Tag: Approximately_9120_patches~2671 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01073a98555e9ffe1df970854f3ac604957f060d;p=ghc-hetmet.git [project @ 2001-02-12 12:44:11 by sewardj] debug print wibble --- diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index ea0757d..f371862 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.17 $ - * $Date: 2001/02/11 17:51:07 $ + * $Revision: 1.18 $ + * $Date: 2001/02/12 12:44:11 $ * ---------------------------------------------------------------------------*/ #include "Rts.h" @@ -320,7 +320,7 @@ StgThreadReturnCode interpretBCO ( Capability* cap ) case SEQ_FRAME: /* Too complicated ... adopt the Usual Solution. */ - fprintf(stderr, "!!! SEQ frame in PAP update\n"); + /* fprintf(stderr, "!!! SEQ frame in PAP update\n"); */ goto defer_to_sched; case CATCH_FRAME: