VirtualBox

Changeset 9777 in vbox


Ignore:
Timestamp:
Jun 17, 2008 3:04:30 PM (17 years ago)
Author:
vboxsync
Message:

Wrong assertions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r9752 r9777  
    24032403        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    24042404            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);
    24062406            break;
    24072407        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    24082408            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);
    24102410            break;
    24112411        case PGMPOOLKIND_ROOT_PML4:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette