VirtualBox

Changeset 7742 in vbox


Ignore:
Timestamp:
Apr 4, 2008 1:53:16 PM (17 years ago)
Author:
vboxsync
Message:

Corrected assertion for PAE guest mode

File:
1 edited

Legend:

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

    r7739 r7742  
    26812681#  if PGM_SHW_TYPE == PGM_TYPE_32BIT
    26822682            Assert(&pVM->pgm.s.CTXMID(p,32BitPD)->a[iPD] == pPDEDst);
    2683 #  else
     2683#  elif PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT
    26842684            Assert(&pVM->pgm.s.CTXMID(ap,PaePDs)[iPD * 2 / 512]->a[iPD * 2 % 512] == pPDEDst);
    26852685#  endif
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