On 9 August 2018 at 05:21, Richard Henderson <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
