VirtualBox

Changeset 49208 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 21, 2013 10:24:51 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90094
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r49206 r49208  
    76687668    Assert(pAhciPort->iLUN == iLUN);
    76697669
    7670     AssertMsgReturnVoid(   pAhciPort->fHotpluggable
    7671                         || (fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG),
    7672                         ("AHCI: Port %d is not marked hotpluggable\n", pAhciPort->iLUN));
     7670    AssertMsgReturn(   pAhciPort->fHotpluggable
     7671                    || (fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG),
     7672                    ("AHCI: Port %d is not marked hotpluggable\n", pAhciPort->iLUN),
     7673                    VERR_INVALID_PARAMETER);
    76737674
    76747675    /*
Note: See TracChangeset for help on using the changeset viewer.

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