qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-arm] [PATCH v1 01/12] HACK: use objdump disas


From: Richard Henderson
Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH v1 01/12] HACK: use objdump disas
Date: Tue, 14 Nov 2017 09:38:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/13/2017 12:33 PM, Alex Bennée wrote:
>> -    if (s.info.print_insn == NULL) {
>> +    if (1 || s.info.print_insn == NULL) {
>>          s.info.print_insn = print_insn_od_target;
>>      }
> 
> Because? Is this being droppped now for capstone?

Heh.  Since you mention it, capstone can't handle ARMv8.x, x > 0 either.  This
was so that I could pass the data through binutils master, which does support 
v8.3.

Obviously it won't go in, but...


r~



reply via email to

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