mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
MIPS/opcodes: Correct an `interaction' comment typo
opcodes/ * mips-dis.c (print_mips16_insn_arg): Fix comment typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-12-07 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
|
* mips-dis.c (print_mips16_insn_arg): Fix comment typo.
|
||||||
|
|
||||||
2016-12-07 Maciej W. Rozycki <macro@imgtec.com>
|
2016-12-07 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
* mips16-opc.c (mips16_opcodes): Update comment naming structure
|
* mips16-opc.c (mips16_opcodes): Update comment naming structure
|
||||||
|
@ -1801,7 +1801,7 @@ print_mips16_insn_arg (struct disassemble_info *info,
|
|||||||
|
|
||||||
if (operand->type == OP_SAVE_RESTORE_LIST)
|
if (operand->type == OP_SAVE_RESTORE_LIST)
|
||||||
{
|
{
|
||||||
/* Handle this case here because of the complex interation
|
/* Handle this case here because of the complex interaction
|
||||||
with the EXTEND opcode. */
|
with the EXTEND opcode. */
|
||||||
unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j;
|
unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j;
|
||||||
const char *sep;
|
const char *sep;
|
||||||
|
Reference in New Issue
Block a user