Changeset 17558 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 9, 2009 9:52:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17556 r17558 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);4265 4261 #endif 4266 4262
Note:
See TracChangeset
for help on using the changeset viewer.