mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-17 00:07:20 +00:00
bandit: Fix indent.
This commit is contained in:
parent
de73a36399
commit
5876cc7e17
@ -150,7 +150,7 @@ uint32_t BanditHost::read(uint32_t rgn_start, uint32_t offset, int size)
|
||||
return pci_conv_rd_data(device->pci_cfg_read(reg_offs, details), details);
|
||||
}
|
||||
LOG_READ_NON_EXISTENT_PCI_DEVICE();
|
||||
return 0xFFFFFFFFUL; // PCI spec §6.1
|
||||
return 0xFFFFFFFFUL; // PCI spec §6.1
|
||||
|
||||
case 2: // CONFIG_ADDR
|
||||
return BYTESWAP_32(this->config_addr);
|
||||
|
Loading…
Reference in New Issue
Block a user