Changeset 9957 in vbox
- Timestamp:
- Jun 26, 2008 2:20:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9956 r9957 3444 3444 */ 3445 3445 if ( pPage->idx == PGMPOOL_IDX_AMD64_CR3 3446 && PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key)3446 && PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key) 3447 3447 { 3448 3448 Log(("pgmPoolFlushPage: current active shadow CR3, rejected. enmKind=%d idx=%d\n", pPage->enmKind, pPage->idx));
Note:
See TracChangeset
for help on using the changeset viewer.