target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
commit99c82c479b26ce18e124b86d0dab9fd3bfa3ec4f
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Jun 2023 07:11:59 +0000 (28 09:11 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 28 Jun 2023 09:53:57 +0000 (28 10:53 +0100)
tree5b5c47edb95b35f5bbd6b7b1a0df996ebd7c691e
parent633c42834c7bbd528fdb0971c3d2f994a5137072
target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches

When resolving JUMP_PC, we know this is for a plain branch
with no other side effects.

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