commit | 4430b60c7f201eefac28c711c1bf93983e5966e9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 15 16:58:19 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 22 16:32:27 2023 -0700 |
tree | 768b1d9a2e1b8ab1d644751a145badfa4ad76769 | |
parent | 03434d52024934620a001a875b540b06abd0b169 [diff] |
tcg/ppc: Reinterpret tb-relative to TB+4 It saves one insn to load the address of TB+4 instead of TB. Adjust all of the indexing to match. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>