projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246f4c0
)
Added printing of symbols on AVR disasm
author
Svein Seldal
<svein@dev.seldal.com>
Tue, 14 Dec 2004 22:30:28 +0000
(22:30 +0000)
committer
Svein Seldal
<svein@dev.seldal.com>
Tue, 14 Dec 2004 22:30:28 +0000
(22:30 +0000)
opcodes/avr-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/avr-dis.c
b/opcodes/avr-dis.c
index cf20edcfcde302e56bcfb97ac7c42af84d10d8fb..74e265c17577db9bbe8d5eac7897f213df1136cd 100644
(file)
--- 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;
}