Changeset 7802 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 8, 2008 1:16:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7800 r7802 1637 1637 if ( (uErr & X86_TRAP_PF_RSVD) 1638 1638 || !pPdpeSrc->n.u1Present 1639 # if PGM_ WITH_NX(PGM_GST_TYPE)1639 # if PGM_GST_TYPE == PGM_TYPE_AMD64 /* NX, r/w, u/s bits in the PDPE are long mode only */ 1640 1640 || (fNoExecuteBitValid && (uErr & X86_TRAP_PF_ID) && pPdpeSrc->n.u1NoExecute) 1641 # endif1642 1641 || (fWriteFault && !pPdpeSrc->n.u1Write && (fUserLevelFault || fWriteProtect)) 1643 || (fUserLevelFault && !pPdpeSrc->n.u1User) ) 1642 || (fUserLevelFault && !pPdpeSrc->n.u1User) 1643 # endif 1644 ) 1644 1645 { 1645 1646 # ifdef IN_GC
Note:
See TracChangeset
for help on using the changeset viewer.