aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/TargetPrinter.ml
diff options
context:
space:
mode:
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;