diff options
-rw-r--r-- | opcodes/avr-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c index cf20edc..74e265c 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; } |