VirtualBox

Changeset 13993 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 10, 2008 10:52:22 AM (16 years ago)
Author:
vboxsync
Message:

darwin build fix.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r13991 r13993  
    37973797DECLINLINE(PX86PML4) pgmShwGetLongModePML4Ptr(PPGM pPGM)
    37983798{
    3799 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_R0
     3799#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    38003800    PX86PML4 pShwPml4;
    38013801    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
     
    38203820{
    38213821    const unsigned  iPml4 = ((RTGCUINTPTR64)GCPtr >> X86_PML4_SHIFT) & X86_PML4_MASK;
    3822 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_R0
     3822# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    38233823    PCX86PML4       pShwPml4;
    38243824    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
     
    38423842DECLINLINE(PX86PML4E) pgmShwGetLongModePML4EPtr(PPGM pPGM, unsigned int iPml4)
    38433843{
    3844 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_R0
     3844# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    38453845    PX86PML4        pShwPml4;
    38463846    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r13991 r13993  
    10651065    Assert(HWACCMIsNestedPagingActive(pVM));
    10661066
    1067 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_R0
     1067# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    10681068    rc = PGM_HCPHYS_2_PTR(pVM, pPGM->HCPhysNestedRoot, &pPml4);
    10691069    AssertRCReturn(rc);
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