Changeset 48362 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 6, 2013 2:40:11 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48361 r48362 3704 3704 * before using them. 3705 3705 * 3706 * @remarks ASSUMES CR0 is up to date (strict builds validation).3706 * @remarks ASSUMES pMixedCtx->cr0 is up to date (strict builds validation). 3707 3707 * @remarks No-long-jump zone!!! 3708 3708 */ … … 7187 7187 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestCR3AndCR4: rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc); 7188 7188 7189 /* Assumes CR0 is up-to-date (strict builds require CR0 for segment register validation checks). */7189 /* Assumes pMixedCtx->cr0 is up-to-date (strict builds require CR0 for segment register validation checks). */ 7190 7190 rc = hmR0VmxLoadGuestSegmentRegs(pVCpu, pMixedCtx); 7191 7191 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestSegmentRegs: rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
Note:
See TracChangeset
for help on using the changeset viewer.