]> git.proxmox.com Git - mirror_qemu.git/commit
gt64xxx.c: fix length modifier in DPRINTF format string
authorAntony Pavlov <antonynpavlov@gmail.com>
Mon, 26 Sep 2011 05:02:37 +0000 (09:02 +0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 5 Oct 2011 08:19:05 +0000 (09:19 +0100)
commitce8d2800f7858a3847a585d23a3e5e56bedf4e65
tree7a71c7ab8e764734a0cf92d2ddb416687f0e6e55
parent8cf28bcaf182a52be8890f4bceb88aca6f0b23cc
gt64xxx.c: fix length modifier in DPRINTF format string

The commit fc2bf44972349b078d8310466c3866615500e67f
changed the type of val argument of the function gt64120_writel()
from uint32_t to uint64_t, so we need to change the corresponding
length modifier from "%x" to "%" PRIx64.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/gt64xxx.c