From 4dc48ef654a577ab5a55e7b791a6ff7892599b35 Mon Sep 17 00:00:00 2001 From: Chao-ying Fu Date: Thu, 6 Nov 2008 19:40:10 +0000 Subject: 2008-11-06 Chao-ying Fu * mips-opc.c (synciobdma, syncs, syncw, syncws): Move these before sync. (sync): New instruction with 5-bit sync type. * mips-dis.c (print_insn_args: Add case '1' to print 5-bit values. --- opcodes/mips-dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/mips-dis.c') diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 744d5a9..7c38589 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -1104,6 +1104,7 @@ print_insn_args (const char *d, break; case '<': + case '1': (*info->fprintf_func) (info->stream, "0x%lx", (l >> OP_SH_SHAMT) & OP_MASK_SHAMT); break; -- cgit v1.1