mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-14 20:46:12 +08:00
2004-01-13 Michael Snyder <msnyder@redhat.com>
* sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-01-13 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
|
||||||
|
|
||||||
2004-01-09 Paul Brook <paul@codesourcery.com>
|
2004-01-09 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* arm-opc.h (arm_opcodes): Move generic mcrr after known
|
* arm-opc.h (arm_opcodes): Move generic mcrr after known
|
||||||
|
@ -397,7 +397,7 @@ print_insn_sh (memaddr, info)
|
|||||||
{
|
{
|
||||||
fprintf_ftype fprintf_fn = info->fprintf_func;
|
fprintf_ftype fprintf_fn = info->fprintf_func;
|
||||||
void *stream = info->stream;
|
void *stream = info->stream;
|
||||||
unsigned char insn[2];
|
unsigned char insn[4];
|
||||||
unsigned char nibs[4];
|
unsigned char nibs[4];
|
||||||
int status;
|
int status;
|
||||||
bfd_vma relmask = ~(bfd_vma) 0;
|
bfd_vma relmask = ~(bfd_vma) 0;
|
||||||
|
Reference in New Issue
Block a user