aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-04-15 17:36:43 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-04-15 17:36:43 +0000
commit92976c09d56f51a21d4ae95ff4c702609747391c (patch)
treecef68dc3a4783d9d8bccc808ec7a8734debe2cb7 /opcodes/mips-dis.c
parent645968657e0277593d8c678ab43fc16b3c1e461c (diff)
downloadgdb-92976c09d56f51a21d4ae95ff4c702609747391c.zip
gdb-92976c09d56f51a21d4ae95ff4c702609747391c.tar.gz
gdb-92976c09d56f51a21d4ae95ff4c702609747391c.tar.bz2
* Customer specs changed one R5900 COP2 instruction bit-pattern.
Wed Apr 15 10:30:07 1998 Frank Ch. Eigler <fche@cygnus.com> * vu0.h: Specs changed for VCALLMSR bit pattern. * mips-dis.c: (print_insn_arg) Matching change.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r--opcodes/mips-dis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index f7f29bc..424567d 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -183,14 +183,14 @@ print_insn_arg (d, l, pc, info)
(l >> OP_SH_FS) & OP_MASK_FS);
break;
- /* start-sanitize-r5900
+ /* start-sanitize-r5900 */
case '0':
(*info->fprintf_func) (info->stream, "0x%x",
(l >> 6) & 0x1f);
break;
case '9':
- (*info->fprintf_func) (info->stream, "vi19");
+ (*info->fprintf_func) (info->stream, "vi27");
break;
case '1':
@@ -655,7 +655,7 @@ print_insn_mips16 (memaddr, info)
int length;
int insn;
boolean use_extend;
- int extend;
+ int extend = 0;
const struct mips_opcode *op, *opend;
info->bytes_per_chunk = 2;