VirtualBox

Ignore:
Timestamp:
Jan 28, 2008 6:10:09 PM (17 years ago)
Author:
vboxsync
Message:

Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess with VBOX_WITH_NEW_PHYS_CODE.

File:
1 edited

Legend:

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

    r6528 r6532  
    763763#endif
    764764
    765 #ifdef PGM_DYNAMIC_RAM_ALLOC
    766765    if ((GCPhys & PGM_DYNAMIC_CHUNK_BASE_MASK) != ((GCPhys+cbRange-1) & PGM_DYNAMIC_CHUNK_BASE_MASK))
    767766    {
     
    770769        return VERR_PGM_GCPHYS_RANGE_CROSSES_BOUNDARY;
    771770    }
    772 #endif
    773771
    774772    PPGMRAMRANGE pRam;
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