]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/hppa: Move constant destination check into use_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Mar 2024 19:23:35 +0000 (09:23 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:10:35 +0000 (09:10 +0200)
commit4e31e68bb6e77a48e57aa3a27549313ea0f19f69
tree1d8024e9eaa6e299208a96e4e680bd6eca290ee9
parent19da5d125842e56f115873a4af06d59559db9bb6
target/hppa: Move constant destination check into use_goto_tb

Share this check between gen_goto_tb and hppa_tr_translate_insn.

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