From: sewardj Date: Fri, 12 Nov 1999 17:50:04 +0000 (+0000) Subject: [project @ 1999-11-12 17:50:01 by sewardj] X-Git-Tag: Approximately_9120_patches~5557 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1ad9d13aae49045f4cb01527a65075a8aaccc643;hp=8aaa69d48f3d866727620c7d7e3a663dde3fb02a;p=ghc-hetmet.git [project @ 1999-11-12 17:50:01 by sewardj] Wibbles to make get a fully-optimised build to work. (We've been building debug versions for a v. long time now). --- diff --git a/ghc/interpreter/hugs.c b/ghc/interpreter/hugs.c index bb8fa93..9610ed2 100644 --- a/ghc/interpreter/hugs.c +++ b/ghc/interpreter/hugs.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: hugs.c,v $ - * $Revision: 1.19 $ - * $Date: 1999/11/12 17:32:39 $ + * $Revision: 1.20 $ + * $Date: 1999/11/12 17:50:01 $ * ------------------------------------------------------------------------*/ #include @@ -316,7 +316,7 @@ String argv[]; { } } -#ifdef DEBUG +#if DEBUG DEBUG_LoadSymbols(argv_0_orig); #endif diff --git a/ghc/rts/Evaluator.c b/ghc/rts/Evaluator.c index 87e5616..aece2e3 100644 --- a/ghc/rts/Evaluator.c +++ b/ghc/rts/Evaluator.c @@ -5,8 +5,8 @@ * Copyright (c) 1994-1998. * * $RCSfile: Evaluator.c,v $ - * $Revision: 1.25 $ - * $Date: 1999/11/08 15:30:33 $ + * $Revision: 1.26 $ + * $Date: 1999/11/12 17:50:04 $ * ---------------------------------------------------------------------------*/ #include "Rts.h" @@ -1259,6 +1259,7 @@ StgThreadReturnCode enter( Capability* cap, StgClosure* obj0 ) Case(i_VAR_CHAR_big): Case(i_CONST_ADDR_big): Case(i_VAR_ADDR_big): + Case(i_VAR_STABLE_big): Case(i_CONST_INTEGER_big): Case(i_CONST_INT_big): Case(i_VAR_INT_big):