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 wrote: > This change is needed because commit 06e12b65 > now uses an unsigned long long value > (uint64_t && unsigned long lon

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 > Cc: Blue Swirl > Signed-off-by: Stefan Weil I'm sorry, my patch has br

[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 Cc: Blue Swirl Signed-off-by: Stefan Weil --- target-sparc/helper.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --