From 82c946d5e0596ee14164cb1efb211b14da3c3377 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 1 Aug 2013 07:13:21 +0000 Subject: opcodes/ * mips-dis.c (print_mips16_insn_arg): Include ISA bit in base address. --- opcodes/ChangeLog | 4 ++++ opcodes/mips-dis.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e36ce7ed26..35e96332ea 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2013-08-01 Richard Sandiford + + * mips-dis.c (print_mips16_insn_arg): Include ISA bit in base address. + 2013-07-29 Peter Bergner * ppc-dis.c (powerpc_init_dialect): Use ppc_parse_cpu() to set dialect. diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 03333bfd95..b7aa5513e6 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -1565,7 +1565,7 @@ print_mips16_insn_arg (struct disassemble_info *info, } } - print_insn_arg (info, state, opcode, operand, baseaddr, uval); + print_insn_arg (info, state, opcode, operand, baseaddr + 1, uval); break; } } -- cgit v1.2.1