target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Aug 2020 16:34:01 +0000 (09:34 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (12:58 -0700)
commitf6278ca9699dfd5df21a3f844945ec1e3122c44c
treef54f6f31acbc78fac61f9a330fe212a3b0e8fcca
parent17e777965257e19b17dfbf7c08c495f05303a860
target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP

Like DISAS_EXIT, except we need to update cpu_pc,
either to pc_next or to btarget respectively.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c