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é<phi...@linaro.org> --- target/arm/arch_dump.c | 6 ------ 1 file changed, 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~