Changeset 17498 in vbox
- Timestamp:
- Mar 6, 2009 5:09:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r17492 r17498 2229 2229 if (RT_SUCCESS(rc)) 2230 2230 { 2231 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2232 /* Force a shadow mode reinit (necessary for nested paging and ept). */ 2233 pVM->pgm.s.enmShadowMode = PGMMODE_INVALID; 2234 #endif 2231 2235 /* 2232 2236 * Switch mode back to real mode.
Note:
See TracChangeset
for help on using the changeset viewer.