VirtualBox

Changeset 33512 in vbox for trunk


Ignore:
Timestamp:
Oct 27, 2010 1:58:18 PM (14 years ago)
Author:
vboxsync
Message:

(Re)Moved assertions

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPool.cpp

    r33343 r33512  
    661661                        for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++)
    662662                        {
    663                             Assert((pShwPD->a[i].u & (X86_PDE_PAE_MBZ_MASK_NX | UINT64_C(0x7ff0000000000200))) == 0);
    664663                            if (    pShwPD->a[i].n.u1Present
    665664                                &&  pShwPD->a[i].b.u1Size)
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r32977 r33512  
    44554455    for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++)
    44564456    {
    4457         Assert((pShwPD->a[i].u & (X86_PDE_PAE_MBZ_MASK_NX | UINT64_C(0x7ff0000000000200))) == 0);
    44584457        if (   pShwPD->a[i].n.u1Present
    44594458            && !(pShwPD->a[i].u & PGM_PDFLAGS_MAPPING))
     
    44694468#endif
    44704469            {
     4470                Assert((pShwPD->a[i].u & (X86_PDE_PAE_MBZ_MASK_NX | UINT64_C(0x7ff0000000000200))) == 0);
    44714471                PPGMPOOLPAGE pSubPage = (PPGMPOOLPAGE)RTAvloHCPhysGet(&pPool->HCPhysTree, pShwPD->a[i].u & X86_PDE_PAE_PG_MASK);
    44724472                if (pSubPage)
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