VirtualBox

Changeset 17557 in vbox


Ignore:
Timestamp:
Mar 9, 2009 9:47:47 AM (16 years ago)
Author:
vboxsync
Message:

Missing ifdef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMShw.h

    r17556 r17557  
    247247PGM_SHW_DECL(int, Exit)(PVM pVM)
    248248{
    249 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
     249#if PGM_SHW_TYPE == PGM_TYPE_NESTED
     250# ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    250251    if (pVM->pgm.s.CTX_SUFF(pShwPageCR3))
    251252    {
     
    264265        pVM->pgm.s.iShwUserTable = 0;
    265266    }
    266 #else
    267 # if PGM_SHW_TYPE == PGM_TYPE_NESTED
     267# else
    268268    Assert(HWACCMIsNestedPagingActive(pVM));
    269269    pVM->pgm.s.pShwRootR3 = 0;
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