]> Git Repo - qemu.git/commit
gt64xxx.c: fix length modifier in DPRINTF format string
authorAntony Pavlov <[email protected]>
Mon, 26 Sep 2011 05:02:37 +0000 (09:02 +0400)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/gt64xxx.c
This page took 0.026965 seconds and 4 git commands to generate.