aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintMach.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-03-15 15:07:47 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-03-15 15:07:47 +0100
commit272a5b812b72f4c3e409ccdbeaf3476d95c4b552 (patch)
tree6a8d5e75a11860b69522cef3b512b1ef5effb438 /backend/PrintMach.ml
parent2185164c1845c30ebd4118ed5bc8d339b16663a9 (diff)
downloadcompcert-kvx-272a5b812b72f4c3e409ccdbeaf3476d95c4b552.tar.gz
compcert-kvx-272a5b812b72f4c3e409ccdbeaf3476d95c4b552.zip
Deactivate warning 27 and added back removed code.
The code was mostly there for documentation effort. So warning 27 is deactivated again. Bug 18349
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"