OSDN Git Service

tcg/s390x: Remove USE_LONG_BRANCHES
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Dec 2022 15:44:33 +0000 (15:44 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Jan 2023 23:07:03 +0000 (23:07 +0000)
commit0a3afe09cbb0c9634ea6ae2494abbd08f01285bd
tree80e8a105124ba7ddaff9b758e8be01234a52e84e
parent6bd739ed37efb67001903cf7470b3d44c8d00683
tcg/s390x: Remove USE_LONG_BRANCHES

The size of a compiled TB is limited by the uint16_t used by
gen_insn_end_off[] -- there is no need for a 32-bit branch.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc