VirtualBox

Changeset 9106 in vbox for trunk


Ignore:
Timestamp:
May 26, 2008 9:06:33 AM (17 years ago)
Author:
vboxsync
Message:

Changed assertion for nested shadow paging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMShw.h

    r9025 r9106  
    101101PGM_SHW_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0)
    102102{
    103     Assert(pModeData->uShwType == PGM_SHW_TYPE);
     103    Assert(pModeData->uShwType == PGM_SHW_TYPE || pModeData->uShwType == PGM_TYPE_NESTED);
    104104
    105105    /* Ring-3 */
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