From a7d2d334c07af5c018e5a36be1c3fb44530b56e1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 24 Mar 2008 22:40:06 +0000 Subject: [PATCH] Another change for GHC.PrimopWrappers moving from base to ghc-prim --- compiler/ghci/ByteCodeLink.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4