]> git.ipfire.org Git - thirdparty/qemu.git/commit
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Wed, 5 Sep 2012 09:04:56 +0000 (13:04 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:17 +0000 (21:44 -0500)
commitca54dc1e752e1def95ce809b63a21932533d220c
tree2bfa9a190b34a44c2e271b54dbc0593b54d22e1a
parenta78cedc09ebde304f3dbff70a15f507b7f5099e2
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 <i.mitsyanko@samsung.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
(cherry picked from commit ef37a699a06f96e098ee00683b7052b5fbb6ad7d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
arch_init.c