target/sparc: Avoid helper_raise_exception in helper_st_asi
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Oct 2023 02:56:51 +0000 (19:56 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:12 +0000 (01:01 -0700)
commitd9125cf27cbb2dcd457a95f336f8aaae87412525
tree4f3403fcd23b9f0f5280edfca3e0b169f11eca53
parent186e78905a4fe69b62598af73903c6cf4df1f24f
target/sparc: Avoid helper_raise_exception in helper_st_asi

Always use cpu_raise_exception_ra with GETPC for unwind.

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>
target/sparc/ldst_helper.c