Changeset 16798 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 16, 2009 3:42:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16792 r16798 4624 4624 if (pVM->pgm.s.CTX_SUFF(pShwPageCR3)) 4625 4625 { 4626 /* Remove the hypervisor mappings from the shadow page table. */ 4627 PGMMapDeactivateAll(pVM); 4628 4626 4629 /* It might have been freed already by a pool flush (see e.g. PGMR3MappingsUnfix). */ 4627 4630 /** @todo Coordinate this better with the pool. */
Note:
See TracChangeset
for help on using the changeset viewer.