[project @ 2002-04-23 15:49:22 by simonmar]
authorsimonmar <unknown>
Tue, 23 Apr 2002 15:49:22 +0000 (15:49 +0000)
committersimonmar <unknown>
Tue, 23 Apr 2002 15:49:22 +0000 (15:49 +0000)
Urk, PrelPrimopWrappers is now GHCziPrimopWrappers (sigh, this should
really be done in a less fragile way).

ghc/compiler/ghci/ByteCodeLink.lhs

index aa20cc0..6c0ed01 100644 (file)
@@ -655,7 +655,7 @@ nameToCLabel n suffix
 
 primopToCLabel :: PrimOp -> String{-suffix-} -> String
 primopToCLabel primop suffix
-   = let str = "PrelPrimopWrappers_" ++ occNameString (primOpOcc primop) ++ '_':suffix
+   = let str = "GHCziPrimopWrappers_" ++ occNameString (primOpOcc primop) ++ '_':suffix
      in --trace ("primopToCLabel: " ++ str)
         str