Re: [Qemu-devel] [PATCH] target-sparc: Fix compiler errors (format strings)

2011-07-22 Thread tsnsaito
At Fri, 22 Jul 2011 07:44:27 +0200, Stefan Weil wrote: This change is needed because commit 06e12b65 now uses an unsigned long long value (uint64_t unsigned long long = unsigned long long). Cc: Tsuneo Saito tsnsa...@gmail.com Cc: Blue Swirl blauwir...@gmail.com Signed-off-by: Stefan Weil

Re: [Qemu-devel] [PATCH] target-sparc: Fix compiler errors (format strings)

2011-07-22 Thread Blue Swirl
Thanks, applied. I also didn't notice the build breakage but it looks like I also ran my tests with some old version, sorry. On Fri, Jul 22, 2011 at 8:44 AM, Stefan Weil w...@mail.berlios.de wrote: This change is needed because commit 06e12b65 now uses an unsigned long long value (uint64_t

[Qemu-devel] [PATCH] target-sparc: Fix compiler errors (format strings)

2011-07-21 Thread Stefan Weil
This change is needed because commit 06e12b65 now uses an unsigned long long value (uint64_t unsigned long long = unsigned long long). Cc: Tsuneo Saito tsnsa...@gmail.com Cc: Blue Swirl blauwir...@gmail.com Signed-off-by: Stefan Weil w...@mail.berlios.de --- target-sparc/helper.c |4 ++-- 1