]> git.proxmox.com Git - qemu.git/commit
PPC: Make DCR uint32_t
authorAlexander Graf <agraf@suse.de>
Mon, 21 Dec 2009 13:02:39 +0000 (14:02 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Dec 2009 15:03:03 +0000 (16:03 +0100)
commit73b01960b4af0e75c955757034a91b6370a4edb8
treec18182f35a0b9b787c26ac5f596c844011916b27
parentb711de9565d3c8f758956dfa96b648cc321577b6
PPC: Make DCR uint32_t

For what I know DCR is always 32 bits wide, so we should also use uint32_t to
pass it along the stacks.

This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making
it compile without --disable-werror

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
darwin-user/main.c
hw/ppc.c
hw/ppc.h
hw/ppc405_uc.c
hw/ppc4xx_devs.c
linux-user/main.c
target-ppc/cpu.h
target-ppc/helper.h
target-ppc/op_helper.c