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
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