]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Move page crossing check to ppc_tr_translate_insn
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Jun 2021 19:35:16 +0000 (16:35 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (18:10 +1000)
commit64a0f6448c6b4454c35e5a73e8be7dee0f852ba5
tree9145f954403082b7edd641adb231cb467cb103c3
parentc9826ae97e4df418eb44290a9c68983f723a21af
target/ppc: Move page crossing check to ppc_tr_translate_insn

With prefixed instructions, the number of instructions
remaining until the page crossing is no longer constant.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210601193528.2533031-3-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c