Re: [PATCH v4 15/45] target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:13, Richard Henderson wrote: > > Bool is a more appropriate type for these variables. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 4 ++-- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 15/45] target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable

2022-04-30 Thread Richard Henderson
Bool is a more appropriate type for these variables. Signed-off-by: Richard Henderson --- target/arm/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index b2887d63b6..c6d407f93b 100644 --- a/target/arm/helper.c +++ b/targ