diff options
Diffstat (limited to 'opcodes/cris-dis.c')
-rw-r--r-- | opcodes/cris-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cris-dis.c b/opcodes/cris-dis.c index dcd9911..33806ee 100644 --- a/opcodes/cris-dis.c +++ b/opcodes/cris-dis.c @@ -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. |