diff options
Diffstat (limited to 'opcodes/ppc-dis.c')
-rw-r--r-- | opcodes/ppc-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c index 7876f75..03a0085 100644 --- a/opcodes/ppc-dis.c +++ b/opcodes/ppc-dis.c @@ -249,7 +249,7 @@ print_insn_powerpc (bfd_vma memaddr, else { if (operand->bits == 3) - (*info->fprintf_func) (info->stream, "cr%d", value); + (*info->fprintf_func) (info->stream, "cr%ld", value); else { static const char *cbnames[4] = { "lt", "gt", "eq", "so" }; |