Added printing of symbols on AVR disasm
This commit is contained in:
parent
246f4c05fd
commit
73f643e98f
1 changed files with 2 additions and 2 deletions
|
@ -367,13 +367,13 @@ print_insn_avr(addr, info)
|
||||||
(*prin) (stream, "\t; %s", comment1);
|
(*prin) (stream, "\t; %s", comment1);
|
||||||
|
|
||||||
if (sym_op1)
|
if (sym_op1)
|
||||||
info->print_address_func(sym_addr1, info);
|
info->print_address_func (sym_addr1, info);
|
||||||
|
|
||||||
if (*comment2)
|
if (*comment2)
|
||||||
(*prin) (stream, " %s", comment2);
|
(*prin) (stream, " %s", comment2);
|
||||||
|
|
||||||
if (sym_op2)
|
if (sym_op2)
|
||||||
info->print_address_func(sym_addr2, info);
|
info->print_address_func (sym_addr2, info);
|
||||||
|
|
||||||
return cmd_len;
|
return cmd_len;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue