OSDN Git Service

target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Jun 2023 07:12:01 +0000 (09:12 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 28 Jun 2023 09:53:57 +0000 (10:53 +0100)
commit553338dc32c97209a01e0717ec624505b66e7948
treef380f865a2d7e6c4a7ccd887e0ea6f85ab38b271
parent831543fc7678c169cb2190a14be3b8d097617776
target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN

After the register window unwind, this is for a plain indirect
branch with no further side effects.

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