]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move arm_singlestep_active out of line
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:30 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:30 +0000 (14:32 +0100)
commit55ba15b73734e09fc8a14c88c34cad4c0e61abb2
treeb2e8a60b8a6aac81947598dc65882a7b6c007713
parent57287a6e953f6e6f614c87296f8c44ea9c4907b6
target/arm: Move arm_singlestep_active out of line

Move the function to debug_helper.c, and the
declaration to internals.h.

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