VirtualBox

Changeset 1620 in vbox


Ignore:
Timestamp:
Mar 22, 2007 10:42:45 AM (18 years ago)
Author:
vboxsync
Message:

All rings are allowed with hardware acceleration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r1359 r1620  
    551551#  endif /* LOG_ENABLED */
    552552
    553 #  ifdef IN_RING0
    554                 Assert((pRegFrame->ss & X86_SEL_RPL) == 0 || (pRegFrame->ss & X86_SEL_RPL) == 3 || pRegFrame->eflags.Bits.u1VM);
    555 #  else
     553#  ifndef IN_RING0
    556554                Assert((pRegFrame->ss & X86_SEL_RPL) == 1 || (pRegFrame->ss & X86_SEL_RPL) == 3 || pRegFrame->eflags.Bits.u1VM);
    557555                if (CSAMIsEnabled(pVM) && (pRegFrame->ss & X86_SEL_RPL) == 1)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy