]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 12 May 2025 18:04:22 +0000 (11:04 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 14 May 2025 14:12:40 +0000 (15:12 +0100)
commit07e13d5fb5d289d4ae758cfd1f77356052789ad2
tree696af4ebff6961c6723c9ad4ab47ecbf549c68ad
parent911a63dd25bf1f244ff8561f800a25b8033fbc87
target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common

Call is guarded by is_a64(env), so it's safe to expose without needing
to assert anything.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250512180502.2395029-9-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c