VirtualBox

Changeset 16175 in vbox


Ignore:
Timestamp:
Jan 22, 2009 3:32:51 PM (16 years ago)
Author:
vboxsync
Message:

Mac compile fixes

File:
1 edited

Legend:

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

    r16172 r16175  
    42954295# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    42964296    PX86PML4 pShwPml4;
    4297     Assert(pPGM->HCPhysShwPaePml4 != 0 && pPGM->HCPhysShwPaePml4 != NIL_RTHCPHYS);
    4298     int rc = PGM_HCPHYS_2_PTR_BY_PGM(pPGM, pPGM->HCPhysShwPaePml4, &pShwPml4);
     4297    Assert(pPGM->HCPhysShwCR3 != 0 && pPGM->HCPhysShwCR3 != NIL_RTHCPHYS);
     4298    int rc = PGM_HCPHYS_2_PTR_BY_PGM(pPGM, pPGM->HCPhysShwCR3, &pShwPml4);
    42994299    AssertRCReturn(rc, 0);
    43004300    return pShwPml4;
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