qemu/target-ppc
Aurelien Jarno 95ff895f79 target-ppc: change DCR helpers to target_long arguments
The recent transition to always have the DCR helper functions take 32 bit
values broke the PPC64 target, as target_long became 64 bits there.

This patch changes DCR helpers to target_long arguments, and cast the values
to 32 bit when needed.

Fixes PPC64 build with --enable-debug-tcg

Based on a patch from Alexander Graf <agraf@suse.de>
Reported-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-02-06 17:14:24 +01:00
..
cpu.h
exec.h
helper_regs.h
helper.c
helper.h target-ppc: change DCR helpers to target_long arguments 2010-02-06 17:14:24 +01:00
kvm_ppc.c
kvm_ppc.h
kvm.c
machine.c
mfrom_table_gen.c
mfrom_table.c
op_helper.c target-ppc: change DCR helpers to target_long arguments 2010-02-06 17:14:24 +01:00
STATUS
translate_init.c
translate.c