Re: [PATCH v2 34/54] tcg: Widen helper_*_st[bw]_mmu val arguments

2023-04-23 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: While the old type was correct in the ideal sense, some ABIs require the argument to be zero-extended. Using uint32_t for all such values is a decent compromise. Signed-off-by: Richard Henderson --- include/tcg/tcg-ldst.h | 10 +++--- accel/tcg/

[PATCH v2 34/54] tcg: Widen helper_*_st[bw]_mmu val arguments

2023-04-10 Thread Richard Henderson
While the old type was correct in the ideal sense, some ABIs require the argument to be zero-extended. Using uint32_t for all such values is a decent compromise. Signed-off-by: Richard Henderson --- include/tcg/tcg-ldst.h | 10 +++--- accel/tcg/cputlb.c | 6 +++--- 2 files changed, 10 i