VirtualBox

Changeset 21966 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2009 4:47:38 PM (15 years ago)
Author:
vboxsync
Message:

Workaround for fatal cached page table free.

File:
1 edited

Legend:

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

    r21175 r21966  
    44174417
    44184418    /* Clean up the old CR3 root. */
    4419     if (pOldShwPageCR3)
     4419    if (    pOldShwPageCR3
     4420        &&  pOldShwPageCR3 != pNewShwPageCR3    /* @todo can happen due to incorrect syncing between REM & PGM; find the real cause */)
    44204421    {
    44214422        Assert(pOldShwPageCR3->enmKind != PGMPOOLKIND_FREE);
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