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
jberryman
GHC
Commits
0efe9bd7
Commit
0efe9bd7
authored
Jun 11, 2009
by
Duncan Coutts
Browse files
Add missing StgPrimCallOp case in repCCallConv
We don't handle "foreign import prim" in TH stuff.
parent
b48fc016
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/deSugar/DsMeta.hs
View file @
0efe9bd7
...
...
@@ -358,7 +358,7 @@ repForD decl = notHandled "Foreign declaration" (ppr decl)
repCCallConv
::
CCallConv
->
DsM
(
Core
TH
.
Callconv
)
repCCallConv
CCallConv
=
rep2
cCallName
[]
repCCallConv
StdCallConv
=
rep2
stdCallName
[]
repCCallConv
CmmC
allConv
=
notHandled
"repCCallConv"
(
ppr
CmmC
allConv
)
repCCallConv
c
allConv
=
notHandled
"repCCallConv"
(
ppr
c
allConv
)
repSafety
::
Safety
->
DsM
(
Core
TH
.
Safety
)
repSafety
PlayRisky
=
rep2
unsafeName
[]
...
...
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