target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
commitfbafb3a4d2fc90efdba05ec0d1f2ad7c4f68e9a5
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jul 2021 16:16:42 +0000 (19 06:16 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Oct 2021 23:39:14 +0000 (15 16:39 -0700)
tree6b5ca292499b91f58a18bda3917251a7071a1651
parent661da0f63f973b84755423ae9e919582ff330a0c
target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP

We were using singlestep_enabled as a proxy for whether
translator_use_goto_tb would always return false.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c