Re: [PATCH-for-10.1 2/9] target/arm: Remove use of TARGET_AARCH64 in dump.c

2025-04-05 Thread Richard Henderson
On 4/4/25 15:35, Philippe Mathieu-Daudé wrote: It is safe to remove TARGET_AARCH64 #ifdef'ry for code guarded by runtime check on aa64_sve ISA feature, which is only available for Aarch64 CPUs. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 11 --- 1 file changed, 11 del

[PATCH-for-10.1 2/9] target/arm: Remove use of TARGET_AARCH64 in dump.c

2025-04-04 Thread Philippe Mathieu-Daudé
It is safe to remove TARGET_AARCH64 #ifdef'ry for code guarded by runtime check on aa64_sve ISA feature, which is only available for Aarch64 CPUs. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/target/arm/cpu.c b/target/