tiny panic msg fix
authorSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 10:25:40 +0000 (10:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 10:25:40 +0000 (10:25 +0000)
ghc/compiler/cmm/PprC.hs

index 9fece36..15dba69 100644 (file)
@@ -697,7 +697,7 @@ pprCall :: SDoc -> CCallConv -> [(CmmReg,MachHint)] -> [(CmmExpr,MachHint)]
 
 pprCall ppr_fn cconv results args vols
   | not (is_cish cconv)
-  = panic "pprForeignCall: unknown calling convention"
+  = panic "pprCall: unknown calling convention"
 
   | otherwise
   = save vols $$