]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/ppc: Reinterpret tb-relative to TB+4
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Aug 2023 16:58:19 +0000 (16:58 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:27 +0000 (16:32 -0700)
commit4430b60c7f201eefac28c711c1bf93983e5966e9
tree768b1d9a2e1b8ab1d644751a145badfa4ad76769
parent03434d52024934620a001a875b540b06abd0b169
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>
tcg/ppc/tcg-target.c.inc