- Timestamp:
- Mar 5, 2009 1:02:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17372 r17395 4718 4718 */ 4719 4719 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) 4720 Assert(VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3_NON_GLOBAL ));4720 Assert(VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3_NON_GLOBAL|VM_FF_PGM_SYNC_CR3)); 4721 4721 # endif 4722 4722 rc = pgmMapActivateCR3(pVM, pNewShwPageCR3);
Note:
See TracChangeset
for help on using the changeset viewer.