Re: [PATCH v16 84/99] target/arm: cpu-common: wrap a64-only check with is_a64

2021-06-05 Thread Richard Henderson
On 6/4/21 8:52 AM, Alex Bennée wrote: From: Claudio Fontana now that is_a64() is just always false when !TARGET_AARCH64, we can just use that instead of introducing a new ifdef. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu-common.c | 10 +++--- 1 file chan

[PATCH v16 84/99] target/arm: cpu-common: wrap a64-only check with is_a64

2021-06-04 Thread Alex Bennée
From: Claudio Fontana now that is_a64() is just always false when !TARGET_AARCH64, we can just use that instead of introducing a new ifdef. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu-common.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) d