Re: [PATCH v2 2/8] target/tricore: Introduce DISAS_TARGET_EXIT

2023-06-18 Thread Richard Henderson
On 6/16/23 17:28, Bastian Koppelmann wrote: this replaces all calls to tcg_gen_exit_tb() and moves them to tricore_tb_stop(). Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) Reviewed-by: Richa

[PATCH v2 2/8] target/tricore: Introduce DISAS_TARGET_EXIT

2023-06-16 Thread Bastian Koppelmann
this replaces all calls to tcg_gen_exit_tb() and moves them to tricore_tb_stop(). Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/target/tricore/translate.c b/target/tricore/translate