aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/TargetPrinter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/TargetPrinter.ml')
-rw-r--r--ia32/TargetPrinter.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ia32/TargetPrinter.ml b/ia32/TargetPrinter.ml
index 09411fee..ca07a172 100644
--- a/ia32/TargetPrinter.ml
+++ b/ia32/TargetPrinter.ml
@@ -872,8 +872,7 @@ module Target(System: SYSTEM):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 "\t";
+ 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
| _ ->