On 03/16/2012 06:32 PM, Andreas Färber wrote:
Am 16.03.2012 10:10, schrieb Jason Wang:
ioapic.c:198: error: format ‘%08x’ expects type ‘unsigned int’, but argument 3
has type ‘uint64_t’
Signed-off-by: Jason Wang
PRIx64 is indeed needed here. However, this drops the 08 without mention
in the c
Am 16.03.2012 10:10, schrieb Jason Wang:
> ioapic.c:198: error: format ‘%08x’ expects type ‘unsigned int’, but argument
> 3 has type ‘uint64_t’
>
> Signed-off-by: Jason Wang
PRIx64 is indeed needed here. However, this drops the 08 without mention
in the commit message - was it intended?
Andrea