On 5/2/25 05:03, Richard Henderson wrote:
Since we no longer support 64-bit guests on 32-bit hosts,
we can use a 32-bit type on a 32-bit host.  This shrinks
the size of the structure to 16 bytes on a 32-bit host.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/exec/tlb-common.h  | 10 +++++-----
  accel/tcg/cputlb.c         | 21 ++++-----------------
  tcg/arm/tcg-target.c.inc   |  1 -
  tcg/mips/tcg-target.c.inc  |  9 ++-------
  tcg/ppc/tcg-target.c.inc   | 21 +++++----------------
  tcg/riscv/tcg-target.c.inc |  1 -
  6 files changed, 16 insertions(+), 47 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to