Index: /trunk/src/VBox/VMM/VMMR3/HM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 71046)
+++ /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 71047)
@@ -1746,4 +1746,6 @@
      * SVM R0 code assumes if the decode-assist feature exists, NRIP feature exists too.
      */
+    /** @todo This might not be true anymore, re-verify SVM R0 code for
+     *        assumption of this combination. */
     AssertLogRelReturn(  !(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_DECODE_ASSISTS)
                        || (pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE),
