aboutsummaryrefslogtreecommitdiffstats
path: root/arm
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-04-21 11:36:56 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-04-21 11:36:56 +0200
commit832685e5dc7c17c434146d353b60c2158e3edd11 (patch)
treeee2619ce53da5fb65f29686368ec878ed6160979 /arm
parent2f000451f48897bcfae9eda0eb7ed3bc9b1070af (diff)
downloadcompcert-832685e5dc7c17c434146d353b60c2158e3edd11.tar.gz
compcert-832685e5dc7c17c434146d353b60c2158e3edd11.zip
Cleanups and updates for extended asm.
Diffstat (limited to 'arm')
-rw-r--r--arm/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/TargetPrinter.ml b/arm/TargetPrinter.ml
index 85e3f919..c77572db 100644
--- a/arm/TargetPrinter.ml
+++ b/arm/TargetPrinter.ml
@@ -1004,7 +1004,7 @@ module Target (Opt: PRINTER_OPTIONS) : TARGET =
| EF_annot_val(txt, targ) ->
print_annot_val oc (extern_atom txt) args res
| EF_inline_asm(txt, sg, clob) ->
- fprintf oc "%s begin inline assembly\n" comment;
+ fprintf oc "%s begin inline assembly\n\t" comment;
PrintAnnot.print_inline_asm preg oc (extern_atom txt) sg args res;
fprintf oc "%s end inline assembly\n" comment;
5 (* hoping this is an upper bound... *)