On 10/9/25 13:19, Philippe Mathieu-Daudé wrote:
The LDDIR level page table is a 5-bit immediate. Using the
uint32_t type for it is sufficient. Avoid the target_ulong type.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/loongarch/cpu-mmu.h | 2 +-
target/loongarch/tcg/helper.h | 2 +-
target/loongarch/cpu_helper.c | 2 +-
target/loongarch/tcg/tlb_helper.c | 4 ++--
target/loongarch/tcg/insn_trans/trans_privileged.c.inc | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~