Changeset 20088 in vbox
- Timestamp:
- May 27, 2009 2:39:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PDMQueue.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMQueue.cpp
r19786 r20088 520 520 if (!pDrvIns) 521 521 return VERR_INVALID_PARAMETER; 522 VMCPU_ASSERT_EMT(&pVM->aCpus[0]); 522 VMCPU_ASSERT_EMT(&pVM->aCpus[0]); /** @todo fix this using the "Misc" critical section. */ 523 523 524 524 /* … … 652 652 RTR0PTR pItemsR0 = ASMAtomicXchgR0Ptr(&pQueue->pPendingR0, NIL_RTR0PTR); 653 653 654 if ( !pItems 654 if ( !pItems 655 655 && !pItemsRC 656 656 && !pItemsR0)
Note:
See TracChangeset
for help on using the changeset viewer.

