Changeset 509 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2007 2:25:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMQueue.cpp
r23 r509 636 636 { 637 637 PPDMQUEUEITEMCORE pItems = (PPDMQUEUEITEMCORE)ASMAtomicXchgPtr((void * volatile *)&pQueue->pPendingHC, NULL); 638 AssertMsg(pItems || pQueue->pPendingGC, (" WTF?can't be NULL now!\n"));638 AssertMsg(pItems || pQueue->pPendingGC, ("ERROR: can't be NULL now!\n")); 639 639 640 640 /*
Note:
See TracChangeset
for help on using the changeset viewer.