target/hppa: Simplify TB end
commitdbdccbdf8167881be9974fc582b86ffc6f69ffa1
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2024 06:13:40 +0000 (22 20:13 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:58:44 +0000 (15 09:58 +0200)
tree1e943edfe3c13d433d4964bca418a72d27d2597d
parentd08ad0e0f08d3b6561be83beb992b9835aa47895
target/hppa: Simplify TB end

Minimize the amount of code in hppa_tr_translate_insn advancing the
insn queue for the next insn.  Move the goto_tb path to hppa_tr_tb_stop.

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c