VirtualBox

Changeset 10496 in vbox


Ignore:
Timestamp:
Jul 11, 2008 8:57:14 AM (16 years ago)
Author:
vboxsync
Message:

Attempt 2

File:
1 edited

Legend:

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

    r10495 r10496  
    35483548                    ("Invalid GCPhysCR3=%VGp cr3=%VGp\n", pPGM->GCPhysCR3, (RTGCPHYS)cr3),
    35493549                    false);
    3550 # ifndef IN_RING0
     3550# if !defined(IN_RING0) && PGM_GST_TYPE != PGM_TYPE_AMD64
    35513551#  if PGM_GST_TYPE == PGM_TYPE_32BIT
    35523552    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGuestPDGC, NULL, &HCPhysShw);
    3553 #  elif PGM_GST_TYPE == PGM_TYPE_PAE
     3553#  else
    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);
    35573555#  endif
    35583556    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