VirtualBox

Changeset 17496 in vbox


Ignore:
Timestamp:
Mar 6, 2009 4:56:43 PM (16 years ago)
Author:
vboxsync
Message:

Better disable that code block completely

File:
1 edited

Legend:

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

    r17495 r17496  
    40844084     */
    40854085    Assert(NIL_PGMPOOL_IDX == 0);
     4086#ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    40864087    for (unsigned i = 1; i < PGMPOOL_IDX_FIRST; i++)
    40874088    {
     
    41014102        switch (pPage->enmKind)
    41024103        {
    4103 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    41044104            case PGMPOOLKIND_ROOT_32BIT_PD:
    41054105                u.pau64 = (uint64_t *)PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pPage);
     
    41254125                break;
    41264126        }
    4127 #endif
    4128     }
     4127    }
     4128#endif
    41294129
    41304130    /*
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