Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a7d2d334
Commit
a7d2d334
authored
Mar 24, 2008
by
Ian Lynagh
Browse files
Another change for GHC.PrimopWrappers moving from base to ghc-prim
parent
77b95242
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/ByteCodeLink.lhs
View file @
a7d2d334
...
...
@@ -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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment