Changeset 17562 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 9, 2009 10:55:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17561 r17562 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_ONLY184 183 if (!pPdptDst->a[iPdpt].n.u1Present) 185 184 pPdptDst->a[iPdpt].n.u1Present = 1; 186 # endif187 185 # endif 188 186
Note:
See TracChangeset
for help on using the changeset viewer.