aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/ld-insn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/ld-insn.c')
-rw-r--r--sim/igen/ld-insn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/ld-insn.c b/sim/igen/ld-insn.c
index 20c1f77..435bf48 100644
--- a/sim/igen/ld-insn.c
+++ b/sim/igen/ld-insn.c
@@ -914,7 +914,7 @@ static table_entry *
parse_macro_record (table *file, table_entry *record)
{
#if 1
- error (record->line, "Macros are not implemented");
+ error (record->line, "Macros are not implemented\n");
#else
/* parse the define record */
if (record->nr_fields < nr_define_fields)