OSDN Git Service

target/arm: Tidy up disas_arm_insn()
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Aug 2020 11:18:46 +0000 (12:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:02:07 +0000 (10:02 +0100)
commit8198c071bc55bee55ef4f104a5b125f541b51096
treea06630ced6c358a8d9e69bd47cdd7881d82a95c6
parentcd8be50e58f63413c033531d3273c0e44851684f
target/arm: Tidy up disas_arm_insn()

The only thing left in the "legacy decoder" is the handling
of disas_xscale_insn(), and we can simplify the code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200803111849.13368-5-peter.maydell@linaro.org
target/arm/translate.c