diff options
author | sewardj <unknown> | 1999-11-12 17:50:04 +0000 |
---|---|---|
committer | sewardj <unknown> | 1999-11-12 17:50:04 +0000 |
commit | 1ad9d13aae49045f4cb01527a65075a8aaccc643 (patch) | |
tree | 5ac4bb6d0de8ebff0e31657e56a856bc1e012f92 /ghc/rts | |
parent | 8aaa69d48f3d866727620c7d7e3a663dde3fb02a (diff) | |
download | haskell-1ad9d13aae49045f4cb01527a65075a8aaccc643.tar.gz |
[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).
Diffstat (limited to 'ghc/rts')
-rw-r--r-- | ghc/rts/Evaluator.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc/rts/Evaluator.c b/ghc/rts/Evaluator.c index 87e561682e..aece2e31c9 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): |