From: Svein Seldal Date: Tue, 14 Dec 2004 22:30:28 +0000 (+0000) Subject: Added printing of symbols on AVR disasm X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73f643e98fef5823b114a66eb8283e880b72fc69;p=binutils-gdb.git Added printing of symbols on AVR disasm --- diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c index cf20edcfcde..74e265c1757 100644 --- a/opcodes/avr-dis.c +++ b/opcodes/avr-dis.c @@ -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; }