On 06/06/2016 12:49 PM, Michael Rolnik wrote:
please advise.
I have the following warning. but all print_instn_XXX functions are declared
this way.
so, I am kind of confused. I can fix it, but the file won't look the same.

WARNING: space prohibited between function name and open parenthesis '('
#132: FILE: include/disas/bfd.h:424:
+int print_insn_avr              (bfd_vma, disassemble_info*);



You can simply drop this declaration, since you don't have a printer.

Recall that I *do* want you to fall back to the default print_insn_od_target. One can then use ./script/disas-objdump.pl to get proper disassembly.


r~

Reply via email to