target/arm: Wrap TCG-only code in debug_helper.c
commit2059ec754f9040a6a9f62a9abfeb76a9d8655e11
authorFabiano Rosas <farosas@suse.de>
Fri, 17 Feb 2023 20:11:28 +0000 (17 17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (27 13:27 +0000)
treead55f8dec131c4a9fe931969f25e7e69748309ca
parentfa05d1abb998a3272f97a70db2f8a01852ebc06c
target/arm: Wrap TCG-only code in debug_helper.c

The next few patches will move helpers under CONFIG_TCG. We'd prefer
to keep the debug helpers and debug registers close together, so
rearrange the file a bit to be able to wrap the helpers with a TCG
ifdef.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/debug_helper.c