Revision a491cf58

b/microblaze-dis.c
826 826
  prev_insn_vma = curr_insn_vma;
827 827

  
828 828
  if (op->name == 0) {
829
    fprintf (stream, ".short 0x%04x", inst);
829
    fprintf (stream, ".short 0x%04lx", inst);
830 830
  }
831 831
  else
832 832
    {
......
959 959
     break;
960 960
  default:
961 961
	  /* if the disassembler lags the instruction set */
962
	  fprintf (stream, "\tundecoded operands, inst is 0x%04x", inst);
962
	  fprintf (stream, "\tundecoded operands, inst is 0x%04lx", inst);
963 963
	  break;
964 964
	}
965 965
    }

Also available in: Unified diff