Revision 0b987f19 hw/pci_host.c
b/hw/pci_host.c | ||
---|---|---|
56 | 56 |
if (!pci_dev) |
57 | 57 |
return; |
58 | 58 |
|
59 |
PCI_DPRINTF("%s: %s: addr=%02"PRIx32" val=%08"PRI32x" len=%d\n",
|
|
59 |
PCI_DPRINTF("%s: %s: addr=%02" PRIx32 " val=%08" PRIx32 " len=%d\n",
|
|
60 | 60 |
__func__, pci_dev->name, config_addr, val, len); |
61 | 61 |
pci_dev->config_write(pci_dev, config_addr, val, len); |
62 | 62 |
} |
Also available in: Unified diff