From: Ian Lynagh Date: Mon, 24 Mar 2008 22:40:06 +0000 (+0000) Subject: Another change for GHC.PrimopWrappers moving from base to ghc-prim X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a7d2d334c07af5c018e5a36be1c3fb44530b56e1;p=ghc-hetmet.git Another change for GHC.PrimopWrappers moving from base to ghc-prim --- diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs index 939b9b6..63dd7a4 100644 --- a/compiler/ghci/ByteCodeLink.lhs +++ b/compiler/ghci/ByteCodeLink.lhs @@ -275,7 +275,7 @@ nameToCLabel n suffix primopToCLabel :: PrimOp -> String{-suffix-} -> String primopToCLabel primop suffix - = let str = "base_GHCziPrimopWrappers_" ++ unpackFS (zEncodeFS (occNameFS (primOpOcc primop))) ++ '_':suffix + = let str = "ghczmprim_GHCziPrimopWrappers_" ++ unpackFS (zEncodeFS (occNameFS (primOpOcc primop))) ++ '_':suffix in --trace ("primopToCLabel: " ++ str) str \end{code}