VirtualBox

Changeset 10036 in vbox


Ignore:
Timestamp:
Jun 30, 2008 5:15:13 PM (16 years ago)
Author:
vboxsync
Message:

Argh

File:
1 edited

Legend:

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

    r10024 r10036  
    138138PGM_SHW_DECL(int, Enter)(PVM pVM)
    139139{
    140 #if PGM_SHW_MODE == PGM_TYPE_NESTED
     140#if PGM_SHW_TYPE == PGM_TYPE_NESTED
    141141    Assert(HWACCMIsNestedPagingActive(pVM));
    142142
     
    170170PGM_SHW_DECL(int, Exit)(PVM pVM)
    171171{
    172 #if PGM_SHW_MODE == PGM_TYPE_NESTED
     172#if PGM_SHW_TYPE == PGM_TYPE_NESTED
    173173    Assert(HWACCMIsNestedPagingActive(pVM));
    174174    pVM->pgm.s.pHCPaePML4 = 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