VirtualBox

Changeset 18771 in vbox for trunk


Ignore:
Timestamp:
Apr 6, 2009 3:01:22 PM (16 years ago)
Author:
vboxsync
Message:

Wrong condition

File:
1 edited

Legend:

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

    r18770 r18771  
    25732573    /* If X86_CR4_PCE is not set, then CPL must be zero. */
    25742574    if (    !(uCR4 & X86_CR4_PCE)
    2575         ||  CPUMGetGuestCPL(pVM, pRegFrame) != 0)
     2575        &&  CPUMGetGuestCPL(pVM, pRegFrame) != 0)
    25762576    {
    25772577        Assert(CPUMGetGuestCR0(pVM) & X86_CR0_PE);
Note: See TracChangeset for help on using the changeset viewer.

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