VirtualBox

Changeset 25343 in vbox


Ignore:
Timestamp:
Dec 12, 2009 10:11:35 PM (15 years ago)
Author:
vboxsync
Message:

MSC found this bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDM.cpp

    r25008 r25343  
    919919 * @param   iLun                The parent LUN number.
    920920 */
    921 DECLINLINE(bool) pdmR3PowerOnDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)
     921DECLINLINE(int) pdmR3PowerOnDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)
    922922{
    923923    Assert(pDrvIns->Internal.s.fVMSuspended);
     
    14671467 * @param   iLun                The parent LUN number.
    14681468 */
    1469 DECLINLINE(bool) pdmR3ResumeDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)
     1469DECLINLINE(int) pdmR3ResumeDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)
    14701470{
    14711471    Assert(pDrvIns->Internal.s.fVMSuspended);
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