sim: igen: add missing newline to various error messages
[binutils-gdb.git] / sim / igen / gen.c
index d2a40d194b03ffd41bb122ed82d6c8230dd223b0..3882b5bd34a269d7aaff20389bce4af3ae910137 100644 (file)
@@ -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)
                                {