aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintRTL.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/PrintRTL.ml')
-rw-r--r--backend/PrintRTL.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/PrintRTL.ml b/backend/PrintRTL.ml
index a22aa422..ba336b0a 100644
--- a/backend/PrintRTL.ml
+++ b/backend/PrintRTL.ml
@@ -61,11 +61,11 @@ let print_instruction pp (pc, i) =
(PrintOp.print_addressing reg) (addr, args)
reg src;
print_succ pp s (pc - 1)
- | Icall(_, fn, args, res, s) ->
+ | Icall(sg, fn, args, res, s) ->
fprintf pp "%a = %a(%a)\n"
reg res ros fn regs args;
print_succ pp s (pc - 1)
- | Itailcall(_, fn, args) ->
+ | Itailcall(sg, fn, args) ->
fprintf pp "tailcall %a(%a)\n"
ros fn regs args
| Ibuiltin(ef, args, res, s) ->