Re: [PATCH 14/16] target/sparc: Use cpu_ld*_code_mmu

2023-05-03 Thread Mark Cave-Ayland
On 02/05/2023 17:08, Richard Henderson wrote: This passes on the memop as given as argument to helper_ld_asi to the ultimate load primitive. Signed-off-by: Richard Henderson --- target/sparc/ldst_helper.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/target/

[PATCH 14/16] target/sparc: Use cpu_ld*_code_mmu

2023-05-02 Thread Richard Henderson
This passes on the memop as given as argument to helper_ld_asi to the ultimate load primitive. Signed-off-by: Richard Henderson --- target/sparc/ldst_helper.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/target/sparc/ldst_helper.c b/target/sparc/ldst_helper.c in