VirtualBox

Changeset 46715 in vbox


Ignore:
Timestamp:
Jun 20, 2013 4:53:15 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86631
Message:

VMM/HMVMXR0: Incorrect debug assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46714 r46715  
    33413341        Assert((pCtx->ss.Sel & X86_SEL_RPL) == (pCtx->cs.Sel & X86_SEL_RPL));
    33423342        Assert(pCtx->ss.Attr.n.u2Dpl == (pCtx->ss.Sel & X86_SEL_RPL));
    3343         Assert(!(pVCpu->hm.s.fContextUseFlags & HM_CHANGED_GUEST_CR0));
    33443343        if (   !(pCtx->cr0 & X86_CR0_PE)
    33453344            || pCtx->cs.Attr.n.u4Type == 3)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette