target/arm: Move BE32 disassembler fixup
commit6cd61517fb5217098b25c8f08dd45023de3f22bb
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 19 Oct 2017 21:10:45 +0000 (19 14:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2017 09:54:52 +0000 (25 11:54 +0200)
treecf5765aeccf4f737ea624b2750b4856b73e4c060
parent0eea8cdd6d680e74f9f994bbb024d0c486b5cc3c
target/arm: Move BE32 disassembler fixup

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.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
disas/arm.c
include/disas/bfd.h
target/arm/cpu.c