Re: [Qemu-devel] [PATCH v7 03/11] target/arm: Move BE32 disassembler fixup

2017-10-24 Thread Philippe Mathieu-Daudé
On 10/21/2017 09:46 PM, Richard Henderson wrote: > The Capstone disassembler has its own big-endian fixup. > Doing this twice does not work, of course. Move our current > fixup from target/arm/cpu.c to disas/arm.c. > > This makes read_memory_inner_func unused and can be removed. > > Signed-off-b

[Qemu-devel] [PATCH v7 03/11] target/arm: Move BE32 disassembler fixup

2017-10-21 Thread Richard Henderson
The Capstone disassembler has its own big-endian fixup. Doing this twice does not work, of course. Move our current fixup from target/arm/cpu.c to disas/arm.c. This makes read_memory_inner_func unused and can be removed. Signed-off-by: Richard Henderson --- include/disas/bfd.h | 7 --- di