From 73f643e98fef5823b114a66eb8283e880b72fc69 Mon Sep 17 00:00:00 2001 From: Svein Seldal Date: Tue, 14 Dec 2004 22:30:28 +0000 Subject: [PATCH] Added printing of symbols on AVR disasm --- opcodes/avr-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.30.2