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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9c42c22c0f2f423a05bf3b021ce60a2489a93fa7

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

commit 9c42c22c0f2f423a05bf3b021ce60a2489a93fa7
Author: Gabor Greif <[email protected]>
Date:   Thu Jan 12 18:35:52 2012 +0100

    minor tweak

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

 compiler/nativeGen/PPC/CodeGen.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/nativeGen/PPC/CodeGen.hs 
b/compiler/nativeGen/PPC/CodeGen.hs
index 9fff25b..64f8e17 100644
--- a/compiler/nativeGen/PPC/CodeGen.hs
+++ b/compiler/nativeGen/PPC/CodeGen.hs
@@ -358,7 +358,7 @@ iselExpr64 (CmmMachOp (MO_UU_Conv W32 W64) [expr]) = do
                          rlo
 iselExpr64 expr
    = do dflags <- getDynFlags
-        pprPanic "iselExpr64(powerpc)" (pprPlatform (targetPlatform dflags) 
expr)
+        pprPanic "iselExpr64(powerpc)" (pprExpr (targetPlatform dflags) expr)
 
 
 



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

Reply via email to