diff options
Diffstat (limited to 'opcodes/s390-dis.c')
-rw-r--r-- | opcodes/s390-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c index 9838365..0d32d05 100644 --- a/opcodes/s390-dis.c +++ b/opcodes/s390-dis.c @@ -312,7 +312,7 @@ s390_print_insn_with_opcode (bfd_vma memaddr, info->fprintf_styled_func (info->stream, dis_style_text, "%c", separator); info->fprintf_styled_func (info->stream, dis_style_register, - "%%v%i", val.u); + "%%v%u", val.u); } else if (flags & S390_OPERAND_AR) { |