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 aa9688d..a823b3f 100644
--- a/sim/igen/ld-insn.c
+++ b/sim/igen/ld-insn.c
@@ -448,7 +448,7 @@ parse_insn_words (insn_entry * insn, char *formats)
the same size */
if (f->width != refered_field->width)
error (insn->line,
- "Conditional `%s' of field `%s' should be of size %s\n",
+ "Conditional `%s' of field `%s' should be of size %i\n",
cond->string, f->val_string,
refered_field->width);
}