Re: [PATCH v4 04/23] exec: Use uintptr_t in cpu_ldst.h

2021-02-02 Thread Philippe Mathieu-Daudé
On 1/28/21 11:41 PM, Richard Henderson wrote: > This is more descriptive than 'unsigned long'. > No functional change, since these match on all linux+bsd hosts. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu_ldst.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Rev

Re: [PATCH v4 04/23] exec: Use uintptr_t in cpu_ldst.h

2021-02-02 Thread Peter Maydell
On Thu, 28 Jan 2021 at 22:41, Richard Henderson wrote: > > This is more descriptive than 'unsigned long'. > No functional change, since these match on all linux+bsd hosts. > > Signed-off-by: Richard Henderson > -- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 04/23] exec: Use uintptr_t in cpu_ldst.h

2021-01-28 Thread Richard Henderson
This is more descriptive than 'unsigned long'. No functional change, since these match on all linux+bsd hosts. 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.h b/include/exec/cpu_ldst.h