VirtualBox

Changeset 1162 in vbox


Ignore:
Timestamp:
Mar 2, 2007 2:42:20 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19070
Message:

v86 mode corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp

    r1134 r1162  
    397397    {
    398398        if (    pCtx->SysEnter.cs == 0
     399            ||  pRegFrame->eflags.Bits.u1VM
    399400            ||  (pRegFrame->cs & X86_SEL_RPL) != 3
    400401            ||  pVM->patm.s.pfnSysEnterPatchGC == 0
     
    425426        if (    pCtx->SysEnter.cs == 0
    426427            ||  (pRegFrame->cs & X86_SEL_RPL) != 1
     428            ||  pRegFrame->eflags.Bits.u1VM
    427429            ||  !(PATMRawGetEFlags(pVM, pRegFrame) & X86_EFL_IF))
    428430            goto end;
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