target/tricore: Introduce DISAS_TARGET_EXIT
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 21 Jun 2023 14:22:56 +0000 (16:22 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 21 Jun 2023 16:09:54 +0000 (18:09 +0200)
commit1706e04f6e807431b460b4109ab65bb469adc53a
tree1c27ccfd4c40f27e43d2c2a6c94ed95f13ead301
parent8da70480f59b4fd423918ac756747c1e35f6f53a
target/tricore: Introduce DISAS_TARGET_EXIT

this replaces all calls to tcg_gen_exit_tb() and moves them to
tricore_tb_stop().

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230621142302.1648383-3-kbastian@mail.uni-paderborn.de>
target/tricore/translate.c