From: sewardj Date: Thu, 9 Aug 2001 11:23:19 +0000 (+0000) Subject: [project @ 2001-08-09 11:23:19 by sewardj] X-Git-Tag: Approximately_9120_patches~1297 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cb0a0e58a3d9401f88a1ca77030270e861238367;p=ghc-hetmet.git [project @ 2001-08-09 11:23:19 by sewardj] Disable debugging machinery which skeaked in in the last commit. --- diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index cf5b99f..68ab9fe 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.28 $ - * $Date: 2001/08/09 11:19:16 $ + * $Revision: 1.29 $ + * $Date: 2001/08/09 11:23:19 $ * ---------------------------------------------------------------------------*/ #include "Rts.h" @@ -37,7 +37,7 @@ scheduler. Ie normally you don't want REFERENCE_INTERPRETER to be defined. */ -#define REFERENCE_INTERPRETER +/* #define REFERENCE_INTERPRETER */ /* Gather stats about entry, opcode, opcode-pair frequencies. For tuning the interpreter. */