VirtualBox

Changeset 36039 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 21, 2011 4:01:08 PM (14 years ago)
Author:
vboxsync
Message:

BusLogic: Remove wrong assertion

File:
1 edited

Legend:

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

    r36030 r36039  
    16751675            if ((uVal == BUSLOGICCOMMAND_EXECUTE_MAILBOX_COMMAND) && (pBusLogic->uOperationCode == 0xff))
    16761676            {
    1677                 AssertMsg(pBusLogic->cMailboxesReady < pBusLogic->cMailbox,
    1678                           ("Mailbox count exceeded, max is %u\n", pBusLogic->cMailbox));
    16791677                ASMAtomicIncU32(&pBusLogic->cMailboxesReady);
    16801678                if (!ASMAtomicXchgBool(&pBusLogic->fNotificationSend, true))
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