On 4/22/25 12:26, Richard Henderson wrote:
Cache the mmu index in DisasContextBase.
Perform the read on host endianness, which lets us
share code with the translator_ld fast path.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/exec/translator.h |  1 +
  accel/tcg/translator.c    | 58 ++++++++++++++++++---------------------
  2 files changed, 28 insertions(+), 31 deletions(-)


Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>


Reply via email to