- Timestamp:
- Aug 4, 2009 4:47:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r21175 r21966 4417 4417 4418 4418 /* Clean up the old CR3 root. */ 4419 if (pOldShwPageCR3) 4419 if ( pOldShwPageCR3 4420 && pOldShwPageCR3 != pNewShwPageCR3 /* @todo can happen due to incorrect syncing between REM & PGM; find the real cause */) 4420 4421 { 4421 4422 Assert(pOldShwPageCR3->enmKind != PGMPOOLKIND_FREE);
Note:
See TracChangeset
for help on using the changeset viewer.