qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/9] 8bit AVR cores


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 0/9] 8bit AVR cores
Date: Mon, 6 Jun 2016 13:21:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

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

[Prev in Thread] Current Thread [Next in Thread]