summaryrefslogtreecommitdiff
path: root/compiler/cmm/PprC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/PprC.hs')
-rw-r--r--compiler/cmm/PprC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs
index 3ccf944c8e..15560e2a5d 100644
--- a/compiler/cmm/PprC.hs
+++ b/compiler/cmm/PprC.hs
@@ -235,7 +235,7 @@ pprStmt stmt =
hresults = zip results res_hints
hargs = zip args arg_hints
- ForeignConvention cconv _ _ ret = conv
+ ForeignConvention cconv _ _ ret _ _ = conv
cast_fn = parens (cCast (pprCFunType (char '*') cconv hresults hargs) fn)