Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 48361)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 48362)
@@ -3704,5 +3704,5 @@
  *                      before using them.
  *
- * @remarks ASSUMES CR0 is up to date (strict builds validation).
+ * @remarks ASSUMES pMixedCtx->cr0 is up to date (strict builds validation).
  * @remarks No-long-jump zone!!!
  */
@@ -7187,5 +7187,5 @@
     AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestCR3AndCR4: rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
 
-    /* Assumes CR0 is up-to-date (strict builds require CR0 for segment register validation checks). */
+    /* Assumes pMixedCtx->cr0 is up-to-date (strict builds require CR0 for segment register validation checks). */
     rc = hmR0VmxLoadGuestSegmentRegs(pVCpu, pMixedCtx);
     AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestSegmentRegs: rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
