diff options
author | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:40:10 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:40:10 +0000 |
commit | 4dc48ef654a577ab5a55e7b791a6ff7892599b35 (patch) | |
tree | e014b02526c71d444d1377fe633b00bc7a6136a7 /opcodes/mips-dis.c | |
parent | 620edafdb92c372c858afde8dc3f53512c002030 (diff) | |
download | gdb-4dc48ef654a577ab5a55e7b791a6ff7892599b35.zip gdb-4dc48ef654a577ab5a55e7b791a6ff7892599b35.tar.gz gdb-4dc48ef654a577ab5a55e7b791a6ff7892599b35.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |