VirtualBox

Changeset 45797 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 29, 2013 2:35:20 AM (12 years ago)
Author:
vboxsync
Message:

PGMAllBth.h: Duh, not >, but <, darn it.

File:
1 edited

Legend:

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

    r45792 r45797  
    984984            if (    !GstWalk.Core.fEffectiveRW
    985985                &&  (CPUMGetGuestCR0(pVCpu) & (X86_CR0_WP | X86_CR0_PG)) == X86_CR0_PG
    986                 &&  CPUMGetGuestCPL(pVCpu) > 3)
     986                &&  CPUMGetGuestCPL(pVCpu) < 3)
    987987            {
    988988                Assert((uErr & (X86_TRAP_PF_RW | X86_TRAP_PF_P)) == (X86_TRAP_PF_RW | X86_TRAP_PF_P));
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