aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/PrintAsm.ml')
-rw-r--r--backend/PrintAsm.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/PrintAsm.ml b/backend/PrintAsm.ml
index 04ecbae3..92d465d5 100644
--- a/backend/PrintAsm.ml
+++ b/backend/PrintAsm.ml
@@ -162,8 +162,7 @@ module Printer(Target:TARGET) =
print_addr oc Target.symbol symb
| AisAnnot.String a -> fprintf oc " .ascii %S\n" a in
let annot oc str =
- List.iter (annot_part oc) str;
- fprintf oc " .ascii \"\\n\"\n"
+ List.iter (annot_part oc) str
in
List.iter (annot oc) annots
end