target/arm: Change CPUArchState.aarch64 to bool
commit532215524068611e3714e8704e2ab36d7da9ebba
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 17:43:32 +0000 (17 10:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:54 +0000 (22 14:44 +0100)
tree260f3cb33cc0f1eb8fa83f385eeed9b3d937a117
parenta3bc906f8ecb0cebf1803ffddf3dbccff3b1e01b
target/arm: Change CPUArchState.aarch64 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: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper-a64.c
target/arm/helper.c
target/arm/hvf/hvf.c