VirtualBox

Changeset 9899 in vbox for trunk/src/VBox/VMM/PGMPool.cpp


Ignore:
Timestamp:
Jun 25, 2008 8:51:01 AM (16 years ago)
Author:
vboxsync
Message:

Triggered assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPool.cpp

    r9890 r9899  
    270270    pPool->aPages[PGMPOOL_IDX_AMD64_CR3].Core.Key  = NIL_RTHCPHYS;
    271271    pPool->aPages[PGMPOOL_IDX_AMD64_CR3].GCPhys    = NIL_RTGCPHYS;
    272     pPool->aPages[PGMPOOL_IDX_AMD64_CR3].pvPageHC  = 0;
     272    pPool->aPages[PGMPOOL_IDX_AMD64_CR3].pvPageHC  = pVM->pgm.s.pHCPaePDPT;     /* not used */
    273273    pPool->aPages[PGMPOOL_IDX_AMD64_CR3].enmKind   = PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4;
    274274    pPool->aPages[PGMPOOL_IDX_AMD64_CR3].idx       = PGMPOOL_IDX_AMD64_CR3;
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