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
commit32ed2f883562aa5bbf94e844cad94d607d97484c (patch)
treed89b28e76c9c9bbc7e4746f0479cea30d51f945f /opcodes/mips-dis.c
parent6909e378705b456bf529a0d8ec5030b8ea651e17 (diff)
downloadbinutils-redhat-32ed2f883562aa5bbf94e844cad94d607d97484c.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 744d5a92bc..7c38589824 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;