Re: [PATCH v2 13/28] target/m68k: Use translator_use_goto_tb

2021-07-08 Thread Peter Maydell
On Wed, 30 Jun 2021 at 19:44, Richard Henderson wrote: > > Just use translator_use_goto_tb directly at the one call site, > rather than maintaining a local wrapper. > > Acked-by: Laurent Vivier > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 13/28] target/m68k: Use translator_use_goto_tb

2021-06-30 Thread Richard Henderson
Just use translator_use_goto_tb directly at the one call site, rather than maintaining a local wrapper. Acked-by: Laurent Vivier Signed-off-by: Richard Henderson --- target/m68k/translate.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/target/m68k/translate.c