]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu_template.h
Use uintptr_t for various op related functions
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 9 Apr 2012 14:20:20 +0000 (14:20 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Apr 2012 14:23:37 +0000 (14:23 +0000)
commit2050396801ca0c8359364d61eaadece951006057
tree285b268127f2132bdd5137b80895fa92362116d5
parentd1b719e98ce8b506d122a845d405f941a7a497c1
Use uintptr_t for various op related functions

Use uintptr_t instead of void * or unsigned long in
several op related functions, env->mem_io_pc and
GETPC() macro.

Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
22 files changed:
cpu-defs.h
exec-all.h
exec.c
softmmu_template.h
target-alpha/cpu.h
target-alpha/fpu_helper.c
target-alpha/helper.c
target-alpha/mem_helper.c
target-arm/op_helper.c
target-cris/op_helper.c
target-i386/op_helper.c
target-lm32/op_helper.c
target-m68k/op_helper.c
target-microblaze/op_helper.c
target-mips/op_helper.c
target-ppc/op_helper.c
target-s390x/op_helper.c
target-sh4/op_helper.c
target-sparc/cpu.h
target-sparc/ldst_helper.c
target-xtensa/op_helper.c
user-exec.c