- Timestamp:
- Mar 3, 2009 2:57:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17288 r17289 1479 1479 { 1480 1480 #if PGM_SHW_TYPE == PGM_TYPE_EPT 1481 PteDst.u = (HCPhys & EPT_PTE_PG_MASK);1481 PteDst.u = PGM_PAGE_GET_HCPHYS(pPage); 1482 1482 PteDst.n.u1Present = 1; 1483 1483 PteDst.n.u1Execute = 1; … … 1527 1527 STAM_COUNTER_INC(&pVM->pgm.s.CTX_MID_Z(Stat,DirtyPageSkipped)); 1528 1528 #if PGM_SHW_TYPE == PGM_TYPE_EPT 1529 PteDst.u = (HCPhys & EPT_PTE_PG_MASK);1529 PteDst.u = PGM_PAGE_GET_HCPHYS(pPage); 1530 1530 PteDst.n.u1Present = 1; 1531 1531 PteDst.n.u1Write = 1;
Note:
See TracChangeset
for help on using the changeset viewer.