]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use is_a64 in arm_generate_debug_exceptions
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:31 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:31 +0000 (14:32 +0100)
commit831c1b1087c3aace40a8de36c3780ead81ebbb73
treed2ca2dbc65dddf8d12ecc8931ce8890926537c00
parent31c8df53ee2c1bed06ea80644399d6998b887ad1
target/arm: Use is_a64 in arm_generate_debug_exceptions

Use the accessor rather than the raw structure member.

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