diff options
Diffstat (limited to 'hw/pci_host.c')
-rw-r--r-- | hw/pci_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci_host.c b/hw/pci_host.c index eeb8deeafb..6289ead3b3 100644 --- a/hw/pci_host.c +++ b/hw/pci_host.c @@ -56,7 +56,7 @@ void pci_data_write(PCIBus *s, uint32_t addr, uint32_t val, int len) if (!pci_dev) return; - PCI_DPRINTF("%s: %s: addr=%02"PRIx32" val=%08"PRI32x" len=%d\n", + PCI_DPRINTF("%s: %s: addr=%02" PRIx32 " val=%08" PRIx32 " len=%d\n", __func__, pci_dev->name, config_addr, val, len); pci_dev->config_write(pci_dev, config_addr, val, len); } |