commit | 2fd2e78d1b5281d589eabdf31a21166c80bebd80 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Dec 05 16:55:40 2022 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jan 17 10:25:49 2023 -1000 |
tree | 700d3fbf2985621bd6d02736c11ea77ff9f80787 | |
parent | 90c0fee3a28b25d23081b3c435762cadde813ec4 [diff] |
tcg: Remove TCG_TARGET_HAS_direct_jump We now have the option to generate direct or indirect goto_tb depending on the dynamic displacement, thus the define is no longer necessary or completely accurate. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>