Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
52484966
Commit
52484966
authored
May 02, 2002
by
simonmar
Browse files
[project @ 2002-05-02 09:09:18 by simonmar]
ptext => ftext
parent
ef5a6ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/MachCode.lhs
View file @
52484966
...
...
@@ -2888,8 +2888,8 @@ genCCall fn cconv kind args
-- ToDo:needed (WDP 96/03) ???
fn_static = unLeft fn
fn__2 = case (headFS fn_static) of
'.' -> ImmLit (
p
text fn_static)
_ -> ImmLab False (
p
text fn_static)
'.' -> ImmLit (
f
text fn_static)
_ -> ImmLab False (
f
text fn_static)
-- move args from the integer vregs into which they have been
-- marshalled, into %o0 .. %o5, and the rest onto the stack.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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