VirtualBox

Changeset 10495 in vbox


Ignore:
Timestamp:
Jul 11, 2008 8:54:19 AM (17 years ago)
Author:
vboxsync
Message:

AssertCR3 fix for AMD64 paging

File:
1 edited

Legend:

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

    r10343 r10495  
    35513551#  if PGM_GST_TYPE == PGM_TYPE_32BIT
    35523552    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGuestPDGC, NULL, &HCPhysShw);
    3553 #  else
     3553#  elif PGM_GST_TYPE == PGM_TYPE_PAE
    35543554    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGstPaePDPTGC, NULL, &HCPhysShw);
     3555#  elif PGM_GST_TYPE == PGM_TYPE_AMD64
     3556    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGstPaePML4HC, NULL, &HCPhysShw);
    35553557#  endif
    35563558    AssertRCReturn(rc, 1);
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