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~
