Index: /trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp	(revision 50841)
+++ /trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp	(revision 50842)
@@ -135,5 +135,5 @@
     Assert(pVCpu->vmm.s.cCallRing3Disabled < 16);
     if (ASMAtomicIncU32(&pVCpu->vmm.s.cCallRing3Disabled) == 1) /** @todo replace with unordered variant (ASMAtomicUoIncU32). */
-    {
+    {                                                           /** @todo See @bugref{6208} c36 for impl. diff. */
         /** @todo it might make more sense to just disable logging here, then we
          * won't flush away important bits... but that goes both ways really. */
