Changeset 12993 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 6, 2008 8:32:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMQueue.cpp
r12989 r12993 648 648 RTRCPTR pItemsRC; 649 649 ASMAtomicXchgSizeCorrect(&pQueue->pPendingRC, NIL_RTRCPTR, &pItemsRC); 650 RTR CPTR pItemsR0;650 RTR0PTR pItemsR0; 651 651 ASMAtomicXchgSizeCorrect(&pQueue->pPendingR0, NIL_RTR0PTR, &pItemsR0); 652 652
Note:
See TracChangeset
for help on using the changeset viewer.