Re-enable GAS for z8k-coff
[deliverable/binutils-gdb.git] / opcodes / cris-dis.c
index 075cca7d07206f4009cc4b29047a28d815102de3..3d248b74b75ab6b9d6b6a7cf0f9e8ff39bb94289 100644 (file)
@@ -1448,7 +1448,7 @@ print_insn_cris_generic (bfd_vma memaddr,
          advance += 2;
 
          /* If to print data as offsets, then shortcut here.  */
-         (*info->fprintf_func) (info->stream, "case %d%s: -> ",
+         (*info->fprintf_func) (info->stream, "case %ld%s: -> ",
                                 case_offset + no_of_case_offsets
                                 - case_offset_counter,
                                 case_offset_counter == 1 ? "/default" :
@@ -1520,7 +1520,7 @@ print_insn_cris_generic (bfd_vma memaddr,
 
          if (matchedp == NULL)
            {
-             (*info->fprintf_func) (info->stream, "??0x%lx", insn);
+             (*info->fprintf_func) (info->stream, "??0x%x", insn);
              advance += 2;
 
              info->insn_type = dis_noninsn;
This page took 0.023642 seconds and 4 git commands to generate.