target/mips: Drop exit checks for singlestep_enabled
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jul 2021 00:04:32 +0000 (14:04 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Oct 2021 23:39:14 +0000 (16:39 -0700)
commit1a79c413999e241bbc24487b4db08faec2493c9d
treee10bdbb2080799ba68ca717f4f8dd61bffd16268
parentef00cd4a22701923583862c48448b43bbcdaca0f
target/mips: Drop exit checks for singlestep_enabled

GDB single-stepping is now handled generically.

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