target/arm: Use bool consistently for get_phys_addr subroutines
commit6b72c5424a4a725bc0bacd09bd83f7e8be649345
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:59 +0000 (10 20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (20 11:27 +0100)
tree4d8483b5680c02d715dacd92a884130c1b557a82
parent3f5a74c543b491556b4a0020b1683b16659b178f
target/arm: Use bool consistently for get_phys_addr subroutines

The return type of the functions is already bool, but in a few
instances we used an integer type with the return statement.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221011031911.2408754-13-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c