]> git.proxmox.com Git - 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)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Wed, 19 Sep 2012 16:48:09 +0000 (18:48 +0200)
commit8354cd722e0afae63bee3e4cb21c8f0ddb6874c2
treefd63a2a85733628709a8af59502e473bc2e98efa
parentc9b6e1f6bbc93cd1a43dbde625077dde5806c7d7
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>
hw/xilinx_timer.c