aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/TargetPrinter.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 11:24:30 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 11:24:30 +0200
commit5862a7517105b822224191e05ff203924e408ed5 (patch)
tree72bcbaf7b0b752d00ff77827f849079a2100bb52 /aarch64/TargetPrinter.ml
parentf50a1c1e1dc194c78b68ecdc7e3f6c0b0448f5f4 (diff)
downloadcompcert-kvx-5862a7517105b822224191e05ff203924e408ed5.tar.gz
compcert-kvx-5862a7517105b822224191e05ff203924e408ed5.zip
fix for aarch64
Diffstat (limited to 'aarch64/TargetPrinter.ml')
-rw-r--r--aarch64/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/TargetPrinter.ml b/aarch64/TargetPrinter.ml
index 5f62c936..ef9045ea 100644
--- a/aarch64/TargetPrinter.ml
+++ b/aarch64/TargetPrinter.ml
@@ -616,7 +616,7 @@ module Target : TARGET =
let print_epilogue oc =
- print_profiling_epilogue (Init_atexit print_atexit) aarch64_profiling_stub oc;
+ print_profiling_epilogue elf_text_print_fun_info (Init_atexit print_atexit) aarch64_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;