target/sparc: Use cpu_ld*_code_mmu
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 15:14:19 +0000 (16:14 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:09:47 +0000 (17:09 +0100)
commit60abd45224d0cb855bf32789b7b7b78061f1fbd6
tree60874f1d75b0dc77cebed2185857ea6230ea7595
parent316b6783f1a67aa6b124d864f06b75d43b710675
target/sparc: Use cpu_ld*_code_mmu

This passes on the memop as given as argument to
helper_ld_asi to the ultimate load primitive.

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/ldst_helper.c