diff options
Diffstat (limited to 'sim/igen/gen.c')
-rw-r--r-- | sim/igen/gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/gen.c b/sim/igen/gen.c index d2a40d1..3882b5b 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) { |