VirtualBox

Changeset 17112 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 25, 2009 9:58:28 AM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed pdpt test

File:
1 edited

Legend:

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

    r17052 r17112  
    932932                    {
    933933                        if (    pPdpt->a[i].n.u1Present
    934                             &&  pPage->Core.Key == pPdpt->a[i].u & X86_PDPE_PG_MASK)
     934                            &&  pPage->Core.Key == (pPdpt->a[i].u & X86_PDPE_PG_MASK))
    935935                        {
    936936                            LogFlow(("pgmPoolIsActiveRootPage found PAE PDPE root\n"));
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