Kaveh Ghazi's printf format attribute checking patch.
[deliverable/binutils-gdb.git] / opcodes / ppc-dis.c
index 7876f75edc13c7d83fca574c42250e2856bdda46..03a008530b49559a15f86d287e17dfa33a116889 100644 (file)
@@ -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" };
This page took 0.02291 seconds and 4 git commands to generate.