Changeset 17561 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 9, 2009 10:31:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17509 r17561 181 181 unsigned iPdpt = (pvFault >> SHW_PDPT_SHIFT) & SHW_PDPT_MASK; 182 182 PX86PDPT pPdptDst = pgmShwGetPaePDPTPtr(&pVM->pgm.s); 183 # ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 183 184 if (!pPdptDst->a[iPdpt].n.u1Present) 184 185 pPdptDst->a[iPdpt].n.u1Present = 1; 186 # endif 185 187 # endif 186 188
Note:
See TracChangeset
for help on using the changeset viewer.