提交 0b987f19 编写于 作者: B Blue Swirl

PCI: Fix a typo

Fixes build with PCI_DEBUG defined.
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 bae7b517
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册