Re: [PATCH v3 09/60] target/arm: Change CPUArchState.thumb to bool

2022-04-21 Thread Peter Maydell
On Sun, 17 Apr 2022 at 18:53, Richard Henderson wrote: > > Bool is a more appropriate type for this value. > Adjust the assignments to use true/false. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 09/60] target/arm: Change CPUArchState.thumb to bool

2022-04-17 Thread Richard Henderson
Bool is a more appropriate type for this value. Adjust the assignments to use true/false. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 2 +- linux-user/arm/cpu_loop.c | 2 +- target/arm/cpu.c | 2 +- target/arm/m_helper.c | 6 +++--- 4 files changed, 6