Index: /trunk/src/VBox/VMM/VMMR3/HM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 71063)
+++ /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 71064)
@@ -1744,13 +1744,4 @@
 
     /*
-     * 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),
-                       VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO);
-
-    /*
      * Nested paging is determined in HMR3Init, verify the sanity of that.
      */
