mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
PR binutils/12329
* avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM insns using post-increment addressing. * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
This commit is contained in:
@ -125,7 +125,8 @@ avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constra
|
||||
{
|
||||
if (*s == '+')
|
||||
{
|
||||
*buf++ = '+';
|
||||
if (insn & (1 << (15 - (s - opcode_str))))
|
||||
*buf++ = '+';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user