target/microblaze: Force rtid, rted, rtbd to exit
commit3c745866ed8169638accecd81e61dcfafa3cb3fb
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Aug 2020 17:35:15 +0000 (31 10:35 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (7 12:58 -0700)
treee3bfc4fa62a949c3dc86bc42654cd0afb7ef27d0
parent3d35bcc2135faefa7565f1023ce3e7df9032aedc
target/microblaze: Force rtid, rted, rtbd to exit

These return-from-exception type instructions have modified
MSR to re-enable various forms of interrupt.  Force a return
to the main loop.

Consolidate the cleanup of tb_flags into mb_tr_translate_insn.

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