commit | 3c745866ed8169638accecd81e61dcfafa3cb3fb | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Aug 31 10:35:15 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Sep 07 12:58:08 2020 -0700 |
tree | e3bfc4fa62a949c3dc86bc42654cd0afb7ef27d0 | |
parent | 3d35bcc2135faefa7565f1023ce3e7df9032aedc [diff] |
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>