target/mips: Fix missing else in gen_goto_tb
commit34f5e75a9427e00d0f9d745a2dc20a955ec935bf
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:23:04 +0000 (20 16:23 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (9 09:42 -0700)
tree264859d9dfdff8f786a50f9b12dc81c16880a6f4
parent97eea3c19bda9537df35c43382f954335dceafff
target/mips: Fix missing else in gen_goto_tb

Do not emit dead code for the singlestep_enabled case,
after having exited the TB with a debug exception.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/translate.c