VirtualBox

Changeset 16416 in vbox


Ignore:
Timestamp:
Jan 30, 2009 2:00:42 PM (16 years ago)
Author:
vboxsync
Message:

Build fixes

File:
1 edited

Legend:

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

    r16415 r16416  
    381381    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
    382382#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    383     if (!pPGM->CTX_SUFF(pShwPageCR3))
     383    if (!pVM->pgm.s.CTX_SUFF(pShwPageCR3))
    384384        return VINF_SUCCESS;    /* too early */
    385385#endif
     
    415415    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
    416416
    417     if (!pPGM->CTX_SUFF(pShwPageCR3))
     417    if (!pVM->pgm.s.CTX_SUFF(pShwPageCR3))
    418418        return VINF_SUCCESS;    /* too early */
    419419#endif
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