diff options
Diffstat (limited to 'gdb/mips-pinsn.c')
-rw-r--r-- | gdb/mips-pinsn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mips-pinsn.c b/gdb/mips-pinsn.c index 39c82ff..2939328 100644 --- a/gdb/mips-pinsn.c +++ b/gdb/mips-pinsn.c @@ -1,5 +1,5 @@ /* Print mips instructions for GDB, the GNU debugger. - Copyright 1989, 1991 Free Software Foundation, Inc. + Copyright 1989, 1991, 1992 Free Software Foundation, Inc. Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp) This file is part of GDB. @@ -115,6 +115,7 @@ print_insn (memaddr, stream) unsigned long int l; read_memory (memaddr, buffer, MAXLEN); + SWAP_TARGET_AND_HOST (buffer, MAXLEN); for (i = 0; i < NOPCODES; i++) { |