Changeset 17121 in vbox
- Timestamp:
- Feb 25, 2009 11:53:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
r17061 r17121 430 430 void pgmMapCheckShadowPDEs(PVM pVM, PPGMPOOLPAGE pShwPageCR3, PPGMMAPPING pMap, unsigned iPDE) 431 431 { 432 if (!pgmMapAreMappingsEnabled(&pVM->pgm.s))433 return;434 435 432 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 436 433 Assert(pShwPageCR3);
Note:
See TracChangeset
for help on using the changeset viewer.