OSDN Git Service

target/arm: Change CPUArchState.thumb to bool
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 17:43:35 +0000 (10:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:54 +0000 (14:44 +0100)
commit063bbd8061bc01b5aee6a9a15db92619bae5418c
tree12b0b7a1a6df9f69eeae32038d28b2c225c93969
parent2ab370873f62c304898397fdf7da593c43fe6e29
target/arm: Change CPUArchState.thumb to bool

Bool is a more appropriate type for this value.
Adjust the assignments to use true/false.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/arm/cpu_loop.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/m_helper.c