VirtualBox

Changeset 7858 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Apr 10, 2008 8:22:17 AM (17 years ago)
Author:
vboxsync
Message:

AssertCR3 correction for PAE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r7845 r7858  
    30323032    {
    30333033# if PGM_GST_TYPE == PGM_TYPE_PAE
    3034         const PX86PDPAE pPDSrc = pPGM->CTXMID(ap,PaePDs)[(GCPtr >> GST_PDPT_SHIFT) & GST_PDPT_MASK];
     3034        uint32_t        iPDSrc;
     3035        PGSTPD          pPDSrc = pgmGstGetPaePDPtr(pPGM, (RTGCUINTPTR)GCPtr, &iPDSrc);
    30353036#endif
    30363037
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