Re: [PATCH v7 04/31] exec: Use uintptr_t in cpu_ldst.h

2021-02-12 Thread Philippe Mathieu-Daudé
On 2/12/21 7:48 PM, Richard Henderson wrote: > This is more descriptive than 'unsigned long'. > No functional change, since these match on all linux+bsd hosts. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > include/exec/cpu_ldst.h | 6 +++--- > 1 file changed, 3 inser

[PATCH v7 04/31] exec: Use uintptr_t in cpu_ldst.h

2021-02-12 Thread Richard Henderson
This is more descriptive than 'unsigned long'. No functional change, since these match on all linux+bsd hosts. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/exec/cpu_ldst.