Re: [PATCH v3 04/21] exec: Use uintptr_t in cpu_ldst.h

2021-01-19 Thread Peter Maydell
On Fri, 15 Jan 2021 at 22:46, 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 v3 04/21] exec: Use uintptr_t in cpu_ldst.h

2021-01-15 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