- Timestamp:
- Jul 9, 2008 9:41:20 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r10300 r10398 1871 1871 pVM->pgm.s.cbMappingFixed = 0; 1872 1872 1873 int rc = PGM_GST_PFN(UnmonitorCR3, pVM)(pVM); 1873 /* Exit the guest paging mode before the pgm pool gets reset. 1874 * Important to clean up the amd64 case. 1875 */ 1876 int rc = PGM_GST_PFN(Exit, pVM)(pVM); 1874 1877 AssertRC(rc); 1875 1878 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.