diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-01-12 18:35:52 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:35:06 +0000 |
commit | 9c42c22c0f2f423a05bf3b021ce60a2489a93fa7 (patch) | |
tree | bfc83bb257970cedbaa66c0c6e961030a51f251f | |
parent | d30b46193d1237c45b3fb3c4925a2d0593837eb2 (diff) | |
download | haskell-9c42c22c0f2f423a05bf3b021ce60a2489a93fa7.tar.gz |
minor tweak
-rw-r--r-- | 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 9fff25b789..64f8e17e4e 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) |