Re: [PATCH v2 10/28] target/cris: Use translator_use_goto_tb

2021-07-08 Thread Peter Maydell
On Wed, 30 Jun 2021 at 19:43, Richard Henderson wrote: > > The test for singlestepping is done in translator_use_goto_tb, > so we may elide it from cris_tr_tb_stop. > > Cc: Edgar E. Iglesias > Signed-off-by: Richard Henderson > --- > target/cris/translate.c | 5 ++--- > 1 file changed, 2 insert

[PATCH v2 10/28] target/cris: Use translator_use_goto_tb

2021-06-30 Thread Richard Henderson
The test for singlestepping is done in translator_use_goto_tb, so we may elide it from cris_tr_tb_stop. Cc: Edgar E. Iglesias Signed-off-by: Richard Henderson --- target/cris/translate.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/cris/translate.c b/target/cr