On Sun, Dec 27, 2009 at 09:34:26PM +0100, Alexander Graf wrote:
>
> Am 27.12.2009 um 12:06 schrieb Stefan Weil :
>
> >Alexander Graf schrieb:
> >>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 comp
Am 27.12.2009 um 12:06 schrieb Stefan Weil :
Alexander Graf schrieb:
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
Sign
Alexander Graf schrieb:
> 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
> ---
>
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
---
darwin-user/main.c |4 ++--
hw/ppc