projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3caf256
)
Sparc64: fix compile with DEBUG_IRQ enabled
author
Blue Swirl
<blauwirbel@gmail.com>
Wed, 30 Dec 2009 12:26:01 +0000
(12:26 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Wed, 30 Dec 2009 12:26:01 +0000
(12:26 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/sun4u.c
patch
|
blob
|
history
diff --git
a/hw/sun4u.c
b/hw/sun4u.c
index 5cd67ee8bca10141a44fdc9e4a8d42cdbfcc5bde..fb6e6a78e1f197af124a178ccf857115e68209c5 100644
(file)
--- a/
hw/sun4u.c
+++ b/
hw/sun4u.c
@@
-347,7
+347,8
@@
void cpu_tick_set_limit(void *opaque, uint64_t limit)
static void ebus_mmio_mapfunc(PCIDevice *pci_dev, int region_num,
pcibus_t addr, pcibus_t size, int type)
{
- DPRINTF("Mapping region %d registers at %08x\n", region_num, addr);
+ DPRINTF("Mapping region %d registers at %" FMT_PCIBUS "\n", region_num,
+ addr);
switch (region_num) {
case 0:
isa_mmio_init(addr, 0x1000000);