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
8fd6a1ef
Commit
8fd6a1ef
authored
Feb 06, 2009
by
Ian Lynagh
Browse files
Fix calling maths functions when compiling via C
parent
e28dc9b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/PprC.hs
View file @
8fd6a1ef
...
...
@@ -253,7 +253,8 @@ pprStmt stmt = case stmt of
)
in
(
fun_proto
lbl
,
myCall
)
_
->
(
empty
{- no proto -}
,
cast_fn
)
(
empty
{- no proto -}
,
pprCall
cast_fn
cconv
results
args
safety
<>
semi
)
-- for a dynamic call, no declaration is necessary.
CmmCall
(
CmmPrim
op
)
results
args
safety
_ret
->
...
...
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