qemu-e2k/target-ppc
Stefan Weil 4b4a72e556 Fix conversions from pointer to tcg_target_long
tcg_gen_exit_tb takes a parameter of type tcg_target_long,
so the type casts of pointer to long should be replaced by
type casts of pointer to tcg_target_long (suggested by Blue Swirl).

These changes are needed for build environments where
sizeof(long) != sizeof(void *), especially for w64.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-04-10 00:45:16 +02:00
..
cpu.h Implement PAPR VPA functions for pSeries shared processor partitions 2011-04-01 18:34:57 +02:00
exec.h
helper_regs.h
helper.c Virtual hash page table handling on pSeries machine 2011-04-01 18:34:55 +02:00
helper.h
kvm_ppc.c
kvm_ppc.h ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm 2011-04-08 12:20:08 +02:00
kvm.c
machine.c
mfrom_table_gen.c
mfrom_table.c
op_helper.c Use existing helper function to implement popcntd instruction 2011-04-08 11:32:21 +02:00
STATUS
translate_init.c Add POWER7 support for ppc 2011-04-01 18:34:55 +02:00
translate.c Fix conversions from pointer to tcg_target_long 2011-04-10 00:45:16 +02:00