Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/972351069cff21a589d80b93c7ce09713afa863b >--------------------------------------------------------------- commit 972351069cff21a589d80b93c7ce09713afa863b Author: Simon Marlow <[email protected]> Date: Tue Jul 19 11:04:42 2011 +0100 fix warning >--------------------------------------------------------------- compiler/ghci/ByteCodeGen.lhs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index e5898a2..cd4b60d 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -1240,7 +1240,6 @@ pushAtom _ _ (AnnLit lit) MachChar _ -> code NonPtrArg MachNullAddr -> code NonPtrArg MachStr s -> pushStr s - l -> pprPanic "pushAtom" (ppr l) where code rep = let size_host_words = fromIntegral (cgRepSizeW rep) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
