Re: [Qemu-devel] [PATCH 1/3] Use uintptr_t for various op related functions

2012-04-15 Thread Richard Henderson
On 04/09/2012 03:17 PM, Blue Swirl wrote: > Use uintptr_t instead of void * or unsigned long in > several op related functions, env->mem_io_pc and > GETPC() macro. > > Signed-off-by: Blue Swirl Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH 1/3] Use uintptr_t for various op related functions

2012-04-10 Thread Stefan Weil
Am 09.04.2012 21:17, schrieb Blue Swirl: Use uintptr_t instead of void * or unsigned long in several op related functions, env->mem_io_pc and GETPC() macro. Signed-off-by: Blue Swirl --- cpu-defs.h | 4 ++-- exec-all.h | 10 +- exec.c | 12 ++-- softmmu_template.h | 20 ++--