Add missing \n.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 21 Sep 2009 19:38:13 +0000 (19:38 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 21 Sep 2009 19:38:13 +0000 (19:38 +0000)
[r26579]

ir/be/ia32/ia32_emitter.c

index 47b1ea2..d1650d6 100644 (file)
@@ -2358,7 +2358,7 @@ static void bemit_jmp_destination(const ir_node *dest_block)
 {
        be_emit_cstring("\t.long ");
        ia32_emit_block_name(dest_block);
-       be_emit_cstring(" - . - 4");
+       be_emit_cstring(" - . - 4\n");
 }
 
 /* end emit routines, all emitters following here should only use the functions