X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fsh-dis.c;h=70fdffb48e87487f13aa8a37666549bb6efab6cf;hb=c89dc5d424056423307e7cd62896c5dc16e8d107;hp=c0e1a2ebfa0fae1cd93a25941fd3014d49193663;hpb=aeadede63fe8a6a8b7f685e55fb03d349eb90913;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/sh-dis.c b/opcodes/sh-dis.c index c0e1a2ebfa..70fdffb48e 100644 --- a/opcodes/sh-dis.c +++ b/opcodes/sh-dis.c @@ -397,7 +397,7 @@ print_insn_sh (memaddr, info) { fprintf_ftype fprintf_fn = info->fprintf_func; void *stream = info->stream; - unsigned char insn[2]; + unsigned char insn[4]; unsigned char nibs[4]; int status; bfd_vma relmask = ~(bfd_vma) 0;