]> Git Repo - qemu.git/commit
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
authorIgor Mitsyanko <[email protected]>
Wed, 5 Sep 2012 09:04:56 +0000 (13:04 +0400)
committerStefan Hajnoczi <[email protected]>
Fri, 14 Sep 2012 07:21:29 +0000 (08:21 +0100)
commitef37a699a06f96e098ee00683b7052b5fbb6ad7d
tree791d025bc066c1cb4d9463662676e3617d6a64d2
parent6d1cc3210ccc4372ffa337c187da9db68314c0c4
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs

'%' symbols were missing in front of PRIu64 macros in DPRINTF() messages in
arch_init.c, this caused compilation warnings when compiled with DEBUG_ARCH_INIT defined.

Signed-off-by: Igor Mitsyanko <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
arch_init.c
This page took 0.023053 seconds and 4 git commands to generate.