mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
opcodes/
* mips-dis.c (print_mips16_insn_arg): Include ISA bit in base address.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
|
* mips-dis.c (print_mips16_insn_arg): Include ISA bit in base address.
|
||||||
|
|
||||||
2013-07-29 Peter Bergner <bergner@vnet.ibm.com>
|
2013-07-29 Peter Bergner <bergner@vnet.ibm.com>
|
||||||
|
|
||||||
* ppc-dis.c (powerpc_init_dialect): Use ppc_parse_cpu() to set dialect.
|
* ppc-dis.c (powerpc_init_dialect): Use ppc_parse_cpu() to set dialect.
|
||||||
|
@ -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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user