summaryrefslogtreecommitdiff
path: root/sim/igen/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/gen.c')
-rw-r--r--sim/igen/gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/gen.c b/sim/igen/gen.c
index d2a40d194b0..3882b5bd34a 100644
--- a/sim/igen/gen.c
+++ b/sim/igen/gen.c
@@ -987,7 +987,7 @@ gen_entry_expand_opcode (gen_entry *table,
}
if (bit == NULL && t == NULL)
error (instruction->line,
- "Conditional `%s' of field `%s' isn't expanded",
+ "Conditional `%s' of field `%s' isn't expanded\n",
condition->string, field->val_string);
switch (condition->test)
{