Changeset 36039 in vbox for trunk/src/VBox
- Timestamp:
- Feb 21, 2011 4:01:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r36030 r36039 1675 1675 if ((uVal == BUSLOGICCOMMAND_EXECUTE_MAILBOX_COMMAND) && (pBusLogic->uOperationCode == 0xff)) 1676 1676 { 1677 AssertMsg(pBusLogic->cMailboxesReady < pBusLogic->cMailbox,1678 ("Mailbox count exceeded, max is %u\n", pBusLogic->cMailbox));1679 1677 ASMAtomicIncU32(&pBusLogic->cMailboxesReady); 1680 1678 if (!ASMAtomicXchgBool(&pBusLogic->fNotificationSend, true))
Note:
See TracChangeset
for help on using the changeset viewer.