Skip to content
Snippets Groups Projects
Commit cb384a6e authored by pcapriotti's avatar pcapriotti
Browse files

Build fix.

parent 81885c1c
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ pprStmt platform stmt = case stmt of ...@@ -229,7 +229,7 @@ pprStmt platform stmt = case stmt of
pprCall platform cast_fn cconv results args <> semi) pprCall platform cast_fn cconv results args <> semi)
-- for a dynamic call, no declaration is necessary. -- for a dynamic call, no declaration is necessary.
CmmCall (CmmPrim op _) results args _ret -> CmmCall (CmmPrim op) results args _ret ->
proto $$ fn_call proto $$ fn_call
where where
cconv = CCallConv cconv = CCallConv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment