]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Introduce DYNAMIC_PC_LOOKUP
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Jun 2023 07:11:58 +0000 (09:11 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 28 Jun 2023 09:53:44 +0000 (10:53 +0100)
commit633c42834c7bbd528fdb0971c3d2f994a5137072
treedd0b736d404f71e7f0fa83bd0f5c9f7b7516a200
parent0c2e96c1703041badf675993247351f629b4ab20
target/sparc: Introduce DYNAMIC_PC_LOOKUP

Create a new artificial "next pc" which also indicates
that nothing has changed within the cpu state which
requires returning to the main loop.

Pipe this new value though all pc/npc checks.
Do not produce this new value yet.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230628071202.230991-5-richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target/sparc/translate.c