]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Advance pc for arch single-step exception
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 04:03:47 +0000 (00:03 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Dec 2021 10:35:26 +0000 (10:35 +0000)
commit485088f7425ec7f99d3f21cafb028aa92639618d
tree3a3bb036fe831919869b4553cae70fca875597c6
parent258a00e5a4a59dd4b0360a0aa4b8263b44d55cd0
target/arm: Advance pc for arch single-step exception

The size of the code covered by a TranslationBlock cannot be 0;
this is checked via assert in tb_gen_code.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c