target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
commit43b341346662099850f4b4a3353dc25fb00cc400
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Aug 2020 16:38:45 +0000 (31 09:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (7 12:58 -0700)
treeabbe2aaef1744b2b61692dca063e347d93e2be3b
parentf6278ca9699dfd5df21a3f844945ec1e3122c44c
target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT

Rather than look for the combination of DISAS_NEXT with a separate
variable, go ahead and set is_jmp to the desired state.

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