target/arm: Remove ARCH macro
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Aug 2020 11:18:49 +0000 (12:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:15:11 +0000 (10:15 +0100)
commitce51c7f522ca488c795c3510413e338021141c96
tree7064371ef13962fc0b618229bf71fa32d923cd01
parent4c498dcfd84281f20bd55072630027d1b3c115fd
target/arm: Remove ARCH macro

The ARCH() macro was used a lot in the legacy decoder, but
there are now just two uses of it left. Since a macro which
expands out to a goto is liable to be confusing when reading
code, replace the last two uses with a simple open-coded
qeuivalent.

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