Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/19537745aed3f7077025516db6a962cf759f64e9

>---------------------------------------------------------------

commit 19537745aed3f7077025516db6a962cf759f64e9
Author: David Terei <[email protected]>
Date:   Tue Nov 22 17:39:20 2011 -0800

    Fix compilation error in unreg mode

>---------------------------------------------------------------

 compiler/ghci/ByteCodeItbls.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs
index 76d01df..13c7576 100644
--- a/compiler/ghci/ByteCodeItbls.lhs
+++ b/compiler/ghci/ByteCodeItbls.lhs
@@ -372,7 +372,7 @@ instance Storable StgInfoTable where
            return 
               StgInfoTable { 
 #ifndef GHCI_TABLES_NEXT_TO_CODE
-                 entry  = entry,
+                 entry  = entry',
 #endif
                  ptrs   = ptrs',
                  nptrs  = nptrs',



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to