VirtualBox

Changeset 99766 in vbox


Ignore:
Timestamp:
May 12, 2023 6:54:09 AM (17 months ago)
Author:
vboxsync
Message:

Devices/Bus/DevPciIch9: Convert cb to unsigned, the caller uses unsigned and all the code being called uses unsigned for cb as well, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r99750 r99766  
    332332 */
    333333static VBOXSTRICTRC ich9pciConfigWrite(PPDMDEVINS pDevIns, PDEVPCIROOT pPciRoot, PciAddress const *pPciAddr,
    334                                        uint32_t u32Value, int cb, int rcReschedule)
     334                                       uint32_t u32Value, unsigned cb, int rcReschedule)
    335335{
    336336    VBOXSTRICTRC rcStrict = VINF_SUCCESS;
     
    422422 * Perform configuration space read.
    423423 */
    424 static VBOXSTRICTRC ich9pciConfigRead(PDEVPCIROOT pPciRoot, PciAddress* pPciAddr, int cb, uint32_t *pu32Value, int rcReschedule)
     424static VBOXSTRICTRC ich9pciConfigRead(PDEVPCIROOT pPciRoot, PciAddress* pPciAddr, unsigned cb, uint32_t *pu32Value, int rcReschedule)
    425425{
    426426    VBOXSTRICTRC rcStrict = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette