Fix compile time warning messages
[deliverable/binutils-gdb.git] / opcodes / cris-dis.c
index dcd99115242704080294242ee7927ed60a083a08..33806ee88acb8f28cb93851bc096bf3d9744654c 100644 (file)
@@ -1197,7 +1197,7 @@ print_insn_cris_generic (memaddr, info, with_reg_prefix)
      bytes; stacked prefixes will not be expanded.  */
   unsigned char buffer[MAX_BYTES_PER_CRIS_INSN];
   unsigned char *bufp;
-  int status;
+  int status = 0;
   bfd_vma addr;
 
   /* There will be an "out of range" error after the last instruction.
This page took 0.029576 seconds and 4 git commands to generate.