[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] sparc32: fix MXCC printf warning
From: |
Blue Swirl |
Subject: |
Re: [Qemu-devel] [PATCH] sparc32: fix MXCC printf warning |
Date: |
Thu, 2 Oct 2008 21:09:59 +0300 |
On 10/2/08, Robert Reif <address@hidden> wrote:
> /home/wine/qemu/target-sparc/op_helper.c: In function
> `helper_ld_asi':
> /home/wine/qemu/target-sparc/op_helper.c:813: warning:
> unsigned int format, different type arg (arg 6)
> /home/wine/qemu/target-sparc/op_helper.c: In function
> `helper_st_asi':
> /home/wine/qemu/target-sparc/op_helper.c:1077: warning:
> unsigned int format, different type arg (arg 5)
Thanks. I applied a patch which uses PRIx64 instead of 016llx.