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
Glasgow Haskell Compiler
GHC
Commits
659f47d4
Commit
659f47d4
authored
Jan 04, 2012
by
Simon Marlow
Browse files
fix warning
parent
0545b550
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/PPC/CodeGen.hs
View file @
659f47d4
...
...
@@ -849,12 +849,7 @@ genCCall target dest_regs argsAndHints
case
platformOS
(
targetPlatform
dflags
)
of
OSLinux
->
genCCall'
GCPLinux
target
dest_regs
argsAndHints
OSDarwin
->
genCCall'
GCPDarwin
target
dest_regs
argsAndHints
OSSolaris2
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
OSMinGW32
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
OSFreeBSD
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
OSOpenBSD
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
OSNetBSD
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
OSUnknown
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
_
->
panic
"PPC.CodeGen.genCCall: not defined for this os"
data
GenCCallPlatform
=
GCPLinux
|
GCPDarwin
...
...
Simon Marlow
@simonmar
mentioned in issue
#5733 (closed)
·
Dec 30, 2011
mentioned in issue
#5733 (closed)
mentioned in issue #5733
Toggle commit list
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