mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 20:53:06 +08:00
Added printing of symbols on AVR disasm
This commit is contained in:
@ -367,13 +367,13 @@ print_insn_avr(addr, info)
|
||||
(*prin) (stream, "\t; %s", comment1);
|
||||
|
||||
if (sym_op1)
|
||||
info->print_address_func(sym_addr1, info);
|
||||
info->print_address_func (sym_addr1, info);
|
||||
|
||||
if (*comment2)
|
||||
(*prin) (stream, " %s", comment2);
|
||||
|
||||
if (sym_op2)
|
||||
info->print_address_func(sym_addr2, info);
|
||||
info->print_address_func (sym_addr2, info);
|
||||
|
||||
return cmd_len;
|
||||
}
|
||||
|
Reference in New Issue
Block a user