From 92976c09d56f51a21d4ae95ff4c702609747391c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 15 Apr 1998 17:36:43 +0000 Subject: * Customer specs changed one R5900 COP2 instruction bit-pattern. Wed Apr 15 10:30:07 1998 Frank Ch. Eigler * vu0.h: Specs changed for VCALLMSR bit pattern. * mips-dis.c: (print_insn_arg) Matching change. --- opcodes/mips-dis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'opcodes/mips-dis.c') 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; -- cgit v1.1