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>
Showing
- darwin-user/main.c 2 additions, 2 deletionsdarwin-user/main.c
- hw/ppc.c 2 additions, 2 deletionshw/ppc.c
- hw/ppc.h 2 additions, 2 deletionshw/ppc.h
- hw/ppc405_uc.c 23 additions, 23 deletionshw/ppc405_uc.c
- hw/ppc4xx_devs.c 7 additions, 7 deletionshw/ppc4xx_devs.c
- linux-user/main.c 2 additions, 2 deletionslinux-user/main.c
- target-ppc/cpu.h 2 additions, 2 deletionstarget-ppc/cpu.h
- target-ppc/helper.h 2 additions, 2 deletionstarget-ppc/helper.h
- target-ppc/op_helper.c 5 additions, 5 deletionstarget-ppc/op_helper.c
Loading
Please register or sign in to comment