Index: /trunk/src/VBox/VMM/PDMQueue.cpp
===================================================================
--- /trunk/src/VBox/VMM/PDMQueue.cpp	(revision 20087)
+++ /trunk/src/VBox/VMM/PDMQueue.cpp	(revision 20088)
@@ -520,5 +520,5 @@
     if (!pDrvIns)
         return VERR_INVALID_PARAMETER;
-    VMCPU_ASSERT_EMT(&pVM->aCpus[0]);
+    VMCPU_ASSERT_EMT(&pVM->aCpus[0]); /** @todo fix this using the "Misc" critical section. */
 
     /*
@@ -652,5 +652,5 @@
     RTR0PTR           pItemsR0 = ASMAtomicXchgR0Ptr(&pQueue->pPendingR0, NIL_RTR0PTR);
 
-    if (    !pItems 
+    if (    !pItems
         &&  !pItemsRC
         &&  !pItemsR0)
