VirtualBox

Changeset 16415 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2009 2:00:01 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42274
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp

    r16414 r16415  
    298298
    299299            default:
    300                 ;
     300                AssertFailed();
     301                break;
    301302        }
    302303    }
     
    358359
    359360            default:
    360                 ;
     361                AssertFailed();
     362                break;
    361363        }
    362364    }
     
    378380
    379381    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
     382#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
     383    if (!pPGM->CTX_SUFF(pShwPageCR3))
     384        return VINF_SUCCESS;    /* too early */
     385#endif
    380386
    381387    /*
     
    408414#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    409415    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
     416
     417    if (!pPGM->CTX_SUFF(pShwPageCR3))
     418        return VINF_SUCCESS;    /* too early */
    410419#endif
    411420
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette