diff options
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 516fc22..6319d8a 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -118,7 +118,8 @@ print_insn_arc (bfd_vma memaddr, int status; unsigned int i; int insnLen = 0; - unsigned insn[2], isa_mask; + unsigned insn[2] = { 0, 0 }; + unsigned isa_mask; const unsigned char *opidx; const unsigned char *flgidx; const struct arc_opcode *opcode; |