Changeset 46715 in vbox
- Timestamp:
- Jun 20, 2013 4:53:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46714 r46715 3341 3341 Assert((pCtx->ss.Sel & X86_SEL_RPL) == (pCtx->cs.Sel & X86_SEL_RPL)); 3342 3342 Assert(pCtx->ss.Attr.n.u2Dpl == (pCtx->ss.Sel & X86_SEL_RPL)); 3343 Assert(!(pVCpu->hm.s.fContextUseFlags & HM_CHANGED_GUEST_CR0));3344 3343 if ( !(pCtx->cr0 & X86_CR0_PE) 3345 3344 || pCtx->cs.Attr.n.u4Type == 3)
Note:
See TracChangeset
for help on using the changeset viewer.