Changeset 99766 in vbox
- Timestamp:
- May 12, 2023 6:54:09 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r99750 r99766 332 332 */ 333 333 static VBOXSTRICTRC ich9pciConfigWrite(PPDMDEVINS pDevIns, PDEVPCIROOT pPciRoot, PciAddress const *pPciAddr, 334 uint32_t u32Value, intcb, int rcReschedule)334 uint32_t u32Value, unsigned cb, int rcReschedule) 335 335 { 336 336 VBOXSTRICTRC rcStrict = VINF_SUCCESS; … … 422 422 * Perform configuration space read. 423 423 */ 424 static VBOXSTRICTRC ich9pciConfigRead(PDEVPCIROOT pPciRoot, PciAddress* pPciAddr, intcb, uint32_t *pu32Value, int rcReschedule)424 static VBOXSTRICTRC ich9pciConfigRead(PDEVPCIROOT pPciRoot, PciAddress* pPciAddr, unsigned cb, uint32_t *pu32Value, int rcReschedule) 425 425 { 426 426 VBOXSTRICTRC rcStrict = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.

