VirtualBox

Changeset 17179 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2009 5:24:33 PM (16 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r17178 r17179  
    943943        AssertReturn(pShwPage, VERR_INTERNAL_ERROR);
    944944
    945         Assert((pPdpe->u & X86_PDPE_PG_MASK) == pShwPage->Core.Key));
     945        Assert((pPdpe->u & X86_PDPE_PG_MASK) == pShwPage->Core.Key);
    946946    }
    947947    *ppPD = (PX86PDPAE)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
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