aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 11:55:46 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 11:55:46 +0200
commit7d15566ad116730c1452364bc0fe3d2dc714e5ed (patch)
tree52247c0e324aca98f7ccaf28cb54f51ca9e481e2 /mppa_k1c
parent5862a7517105b822224191e05ff203924e408ed5 (diff)
downloadcompcert-kvx-7d15566ad116730c1452364bc0fe3d2dc714e5ed.tar.gz
compcert-kvx-7d15566ad116730c1452364bc0fe3d2dc714e5ed.zip
fix for k1c
Diffstat (limited to 'mppa_k1c')
-rw-r--r--mppa_k1c/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/TargetPrinter.ml b/mppa_k1c/TargetPrinter.ml
index 61fe5e90..da009a0d 100644
--- a/mppa_k1c/TargetPrinter.ml
+++ b/mppa_k1c/TargetPrinter.ml
@@ -816,7 +816,7 @@ module Target (*: TARGET*) =
end
let print_epilogue oc =
- print_profiling_epilogue Dtors k1c_profiling_stub oc;
+ print_profiling_epilogue elf_text_print_fun_info Dtors k1c_profiling_stub oc;
if !Clflags.option_g then begin
Debug.compute_gnu_file_enum (fun f -> ignore (print_file oc f));
section oc Section_text;