summaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
diff options
context:
space:
mode:
authorChao-ying Fu <fu@mips.com>2008-11-06 19:40:10 +0000
committerChao-ying Fu <fu@mips.com>2008-11-06 19:40:10 +0000
commit4dc48ef654a577ab5a55e7b791a6ff7892599b35 (patch)
treee014b02526c71d444d1377fe633b00bc7a6136a7 /opcodes/mips-dis.c
parent620edafdb92c372c858afde8dc3f53512c002030 (diff)
downloadbinutils-gdb-4dc48ef654a577ab5a55e7b791a6ff7892599b35.tar.gz
2008-11-06 Chao-ying Fu <fu@mips.com>
* 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.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r--opcodes/mips-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 744d5a92bcb..7c385898248 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;