OSDN Git Service

target/arm: Add DISAS_UPDATE_NOCHAIN
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:04 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit329833286d7a1b0ef8c7daafe13c6ae32429694e
tree6e71519ab9cbd920bee656676dc7f587df35f86a
parent14407ec2007e18536ed34772eef46f6e0a0e3d0e
target/arm: Add DISAS_UPDATE_NOCHAIN

Add an option that writes back the PC, like DISAS_UPDATE_EXIT,
but does not exit back to the main loop.

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