Changeset 12203
- Timestamp:
- 09/08/08 10:22:13 (2 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r11711 r12203 3614 3614 } 3615 3615 /* Safety precaution in case we change the paging for other modes too in the future. */ 3616 AssertFatal (PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key);3616 AssertFatalMsg(PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind)); 3617 3617 3618 3618 /*

