Changeset 9777 in vbox
- Timestamp:
- Jun 17, 2008 3:04:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9752 r9777 2403 2403 case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD: 2404 2404 Assert(!(u.pau64[pUser->iUser] & PGM_PDFLAGS_MAPPING)); 2405 Assert(pUser->iUserTable < X86_PG_PAE_ENTRIES *X86_PG_PAE_ENTRIES && pUser->iUser == PGMPOOL_IDX_PDPT);2405 Assert(pUser->iUserTable < X86_PG_PAE_ENTRIES); 2406 2406 break; 2407 2407 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 2408 2408 Assert(!(u.pau64[pUser->iUserTable] & PGM_PLXFLAGS_PERMANENT)); 2409 Assert(pUser->iUserTable < X86_PG_PAE_ENTRIES && pUser->iUser == PGMPOOL_IDX_PML4);2409 Assert(pUser->iUserTable < X86_PG_PAE_ENTRIES); 2410 2410 break; 2411 2411 case PGMPOOLKIND_ROOT_PML4:
Note:
See TracChangeset
for help on using the changeset viewer.