Changeset 17559 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
- Timestamp:
- Mar 9, 2009 9:55:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17558 r17559 4259 4259 int rc = PGM_BTH_PFN(UnmapCR3, pVM)(pVM); 4260 4260 AssertRC(rc); 4261 4262 /* Exit the current shadow paging mode as well; nested paging and EPT use a root CR3 which will get flushed here. */ 4263 rc = PGM_SHW_PFN(Exit, pVM)(pVM); 4264 AssertRC(rc); 4261 4265 #endif 4262 4266
Note:
See TracChangeset
for help on using the changeset viewer.