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

This is for a plain indirect 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-7-richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target/sparc/translate.c