Re: [PATCH 14/26] target/mips: Fix missing else in gen_goto_tb

2021-06-21 Thread Philippe Mathieu-Daudé
On 6/21/21 3:34 AM, Richard Henderson wrote: > Do not emit dead code for the singlestep_enabled case, > after having exited the TB with a debug exception. > > Cc: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > target/mips/tcg/translate.c | 3 ++- > 1 file changed, 2 insertion

[PATCH 14/26] target/mips: Fix missing else in gen_goto_tb

2021-06-20 Thread Richard Henderson
Do not emit dead code for the singlestep_enabled case, after having exited the TB with a debug exception. Cc: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/mips/tcg/translate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/mips/tcg/translate.c