diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
commit | d5b2f4d67cf654227d255e7e72c5f85fe2f020ee (patch) | |
tree | 5436d1ebdf67f851d5975ae38520168ac79e8771 /opcodes/cris-dis.c | |
parent | 38131e6744be32896c1259d5db95a1f492c11533 (diff) | |
download | gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.zip gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.gz gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.bz2 |
Fix compile time warning messages
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. |