aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/TargetPrinter.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-10 16:47:51 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-10 16:47:51 +0200
commit5659daa886559566fdb6306d989578707838a267 (patch)
treee901b246a818cef72e9bf7b8fb141187ef273c28 /aarch64/TargetPrinter.ml
parent76f48469c4b4ca49159dc736830cd806f8dbbf07 (diff)
downloadcompcert-kvx-5659daa886559566fdb6306d989578707838a267.tar.gz
compcert-kvx-5659daa886559566fdb6306d989578707838a267.zip
profiling still crashes on Aarch64
Diffstat (limited to 'aarch64/TargetPrinter.ml')
-rw-r--r--aarch64/TargetPrinter.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/aarch64/TargetPrinter.ml b/aarch64/TargetPrinter.ml
index bd26a45f..0eaf3923 100644
--- a/aarch64/TargetPrinter.ml
+++ b/aarch64/TargetPrinter.ml
@@ -602,7 +602,6 @@ module Target : TARGET =
let aarch64_profiling_stub oc nr_items
profiling_id_table_name
profiling_counter_table_name =
- fprintf oc " ret\n";
fprintf oc " adrp x2, %s\n" profiling_counter_table_name;
fprintf oc " adrp x1, %s\n" profiling_id_table_name;
fprintf oc " add x2, x2, :lo12:%s\n" profiling_counter_table_name;