Index: /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h	(revision 78493)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h	(revision 78494)
@@ -6406,10 +6406,7 @@
      * both set. We have already checked the former earlier in this function.
      *
-     * CPL checks take priority over VM-exit.
+     * CPL and virtual-8086 mode checks take priority over this VM-exit.
      * See Intel spec. "25.1.1 Relative Priority of Faults and VM Exits".
      */
-    /** @todo r=ramshankar: NSTVMX: I'm not entirely certain if V86 mode check has
-     *        higher or lower priority than a VM-exit, we assume higher for the time
-     *        being. */
     if (   IEM_VMX_IS_NON_ROOT_MODE(pVCpu)
         && IEM_VMX_IS_PROCCTLS_SET(pVCpu, VMX_PROC_CTLS_INVLPG_EXIT))
