On 9 August 2018 at 05:21, Richard Henderson <richard.hender...@linaro.org> wrote: > Use the same *_tlb primitives as we use for ld1. This is not > a significant change, but does (for linux-user) hoist the set > of helper_retaddr, and (for softmmu) hoist the computation of > the current mmu_idx outside the loop. > > This does fix the endianness problem for softmmu, and does > move the main loop out of a macro and into an inlined function. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM