aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintMach.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/PrintMach.ml')
-rw-r--r--backend/PrintMach.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/PrintMach.ml b/backend/PrintMach.ml
index 07ec6a1a..517f3037 100644
--- a/backend/PrintMach.ml
+++ b/backend/PrintMach.ml
@@ -57,9 +57,9 @@ let print_instruction pp i =
(name_of_chunk chunk)
(PrintOp.print_addressing reg) (addr, args)
reg src
- | Mcall(_, fn) ->
+ | Mcall(sg, fn) ->
fprintf pp "\tcall %a\n" ros fn
- | Mtailcall(_, fn) ->
+ | Mtailcall(sg, fn) ->
fprintf pp "\ttailcall %a\n" ros fn
| Mbuiltin(ef, args, res) ->
fprintf pp "\t%a = %s(%a)\n"