]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Clear may_lookup for npc == DYNAMIC_PC
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 15 Oct 2023 23:20:51 +0000 (16:20 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 29 Oct 2023 07:14:02 +0000 (10:14 +0300)
commitfd4ce7455f68288efcf255c01f0a97b40e7ac4ab
tree1acfd60b8a8341a0e7a5f81ee5f27b932a48a56c
parent28facf15989f43a4b6e801e6349c03603a78a6a0
target/sparc: Clear may_lookup for npc == DYNAMIC_PC

With pairs of jmp+rett, pc == DYNAMIC_PC_LOOKUP and
npc == DYNAMIC_PC.  Make sure that we exit for interrupts.

Cc: qemu-stable@nongnu.org
Fixes: 633c42834c7 ("target/sparc: Introduce DYNAMIC_PC_LOOKUP")
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 930f1865cc654b637ffe1207fa5b44bf0a156279)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/sparc/translate.c