Skip to content
Snippets Groups Projects
Commit 73f643e9 authored by Svein Seldal's avatar Svein Seldal
Browse files

Added printing of symbols on AVR disasm

parent 246f4c05
No related branches found
No related tags found
No related merge requests found
...@@ -367,13 +367,13 @@ print_insn_avr(addr, info) ...@@ -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;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment