VirtualBox

Changeset 14040 in vbox


Ignore:
Timestamp:
Nov 10, 2008 7:08:26 PM (16 years ago)
Author:
vboxsync
Message:

darwin build fix.

File:
1 edited

Legend:

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

    r14038 r14040  
    37993799    PX86PDPT pShwPdpt;
    38003800    Assert(pPGM->HCPhysPaePDPT != 0 && pPGM->HCPhysPaePDPT != NIL_RTHCPHYS);
    3801     int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePTPD, &pShwPdpt);
     3801    int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePDPT, &pShwPdpt);
    38023802    AssertRCReturn(rc, 0);
    38033803    return pShwPdpt;
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