Added printing of symbols on AVR disasm
authorSvein Seldal <svein@dev.seldal.com>
Tue, 14 Dec 2004 22:30:28 +0000 (22:30 +0000)
committerSvein Seldal <svein@dev.seldal.com>
Tue, 14 Dec 2004 22:30:28 +0000 (22:30 +0000)
opcodes/avr-dis.c

index cf20edcfcde302e56bcfb97ac7c42af84d10d8fb..74e265c17577db9bbe8d5eac7897f213df1136cd 100644 (file)
@@ -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;
 }
This page took 0.024488 seconds and 4 git commands to generate.