VirtualBox

Changeset 13126 in vbox for trunk/src


Ignore:
Timestamp:
Oct 9, 2008 12:09:55 PM (16 years ago)
Author:
vboxsync
Message:

Set u1Execute too.

File:
1 edited

Legend:

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

    r13122 r13126  
    27622762    PdeDst.n.u1Present  = 1;
    27632763    PdeDst.n.u1Write    = 1;
    2764 # if PGM_SHW_TYPE != PGM_TYPE_EPT
     2764# if PGM_SHW_TYPE == PGM_TYPE_EPT
     2765    PdeDst.n.u1Execute  = 1;
     2766# else
    27652767    PdeDst.n.u1User     = 1;
    27662768    PdeDst.n.u1Accessed = 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 Automated Access Etiquette