]> git.ipfire.org Git - thirdparty/qemu.git/commit
xilinx_timer: Fix a compile error if debug enabled
authorChris Wulff <crwulff@gmail.com>
Mon, 10 Sep 2012 00:20:07 +0000 (20:20 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:19 +0000 (21:44 -0500)
commit584717a39a2ad3ee94629599f7a181900945923e
tree3f5fe4779cfe6b575e8c1502a53b7d10387e5b42
parent85368b79a01cc4f227673def44b1932f62c4bca5
xilinx_timer: Fix a compile error if debug enabled

There was a missing include of qemu-log and a variable name in a printf was out
of date.

Signed-off-by: Chris Wulff <crwulff@gmail.com>
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
(cherry picked from commit 8354cd722e0afae63bee3e4cb21c8f0ddb6874c2)

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