* rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
authorDJ Delorie <dj@redhat.com>
Wed, 12 Jan 2011 07:06:29 +0000 (07:06 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 12 Jan 2011 07:06:29 +0000 (07:06 +0000)
opcodes/ChangeLog
opcodes/rx-dis.c

index a863510..8bc8139 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-12  DJ Delorie  <dj@redhat.com>
+
+       * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
+
 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
 
        * mips-dis.c (print_insn_args): Adjust the value to print the real
index 8d5bb14..1cdb710 100644 (file)
@@ -167,6 +167,7 @@ print_insn_rx (bfd_vma addr, disassemble_info * dis)
                      PR (PS, "%d", oper->addend);
                    break;
                  case RX_Operand_Register:
+                 case RX_Operand_TwoReg:
                    PR (PS, "%s", register_names[oper->reg]);
                    break;
                  case RX_Operand_Indirect: