VirtualBox

Changeset 9957 in vbox


Ignore:
Timestamp:
Jun 26, 2008 2:20:26 PM (17 years ago)
Author:
vboxsync
Message:

Inverted check

File:
1 edited

Legend:

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

    r9956 r9957  
    34443444     */
    34453445    if (    pPage->idx == PGMPOOL_IDX_AMD64_CR3
    3446         &&  PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key)
     3446        &&  PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key)
    34473447    {
    34483448        Log(("pgmPoolFlushPage: current active shadow CR3, rejected. enmKind=%d idx=%d\n", pPage->enmKind, pPage->idx));
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