* remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
[deliverable/binutils-gdb.git] / opcodes / sh-dis.c
index c0e1a2ebfa0fae1cd93a25941fd3014d49193663..70fdffb48e87487f13aa8a37666549bb6efab6cf 100644 (file)
@@ -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;
This page took 0.026336 seconds and 4 git commands to generate.