target/arm: Don't access TCG code when debugging with KVM
commit0d3de77a07f4f774f7a9248afa8ea497ad5f2ae5
authorFabiano Rosas <farosas@suse.de>
Fri, 17 Feb 2023 20:11:35 +0000 (17 17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (27 13:27 +0000)
treed21c25ba21da2af7faaf6e26b7e0795d49202383
parent2ea2998f27da92ae1225c1da95cee51a4a6783af
target/arm: Don't access TCG code when debugging with KVM

When TCG is disabled this part of the code should not be reachable, so
wrap it with an ifdef for now.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c