From 7d8b5ac40bb517cedac914b0860013d66ff555cd Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 21 Sep 2009 19:38:13 +0000 Subject: [PATCH] Add missing \n. [r26579] --- ir/be/ia32/ia32_emitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_emitter.c b/ir/be/ia32/ia32_emitter.c index 47b1ea2c8..d1650d6a2 100644 --- a/ir/be/ia32/ia32_emitter.c +++ b/ir/be/ia32/ia32_emitter.c @@ -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 -- 2.20.1