VirtualBox

Changeset 17129 in vbox for trunk


Ignore:
Timestamp:
Feb 25, 2009 1:17:55 PM (16 years ago)
Author:
vboxsync
Message:

Compile fixes

File:
1 edited

Legend:

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

    r17128 r17129  
    14761476     */
    14771477#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    1478     if (pgmPoolIsActiveRootPage(pVM, pPage))
     1478    if (pgmPoolIsActiveRootPage(pPool->CTX_SUFF(pVM), pPage))
    14791479#else
    14801480    if (PGMGetHyperCR3(pPool->CTX_SUFF(pVM)) == pPage->Core.Key)
     
    31553155    /* Safety precaution in case we change the paging for other modes too in the future. */
    31563156#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    3157     Assert(!pgmPoolIsActiveRootPage(pVM, pPage));
     3157    Assert(!pgmPoolIsActiveRootPage(pPool->CTX_SUFF(pVM), pPage));
    31583158#else
    31593159    Assert(PGMGetHyperCR3(pPool->CTX_SUFF(pVM)) != pPage->Core.Key);
     
    43584358     */
    43594359#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    4360     if (pgmPoolIsActiveRootPage(pVM, pPage))
     4360    if (pgmPoolIsActiveRootPage(pPool->CTX_SUFF(pVM), pPage))
    43614361    {
    43624362        AssertMsg(   pPage->enmKind == PGMPOOLKIND_64BIT_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