VirtualBox

Changeset 17398 in vbox


Ignore:
Timestamp:
Mar 5, 2009 1:36:57 PM (16 years ago)
Author:
vboxsync
Message:

Adjusted assertion again

File:
1 edited

Legend:

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

    r17395 r17398  
    46854685    rc = VINF_SUCCESS;
    46864686
     4687    /* Mark the page as locked; disallow flushing. */
     4688    pgmPoolLockPage(pPool, pNewShwPageCR3);
     4689
    46874690#  ifdef IN_RC
    46884691    /** NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */
    46894692    VMMGCLogDisable(pVM);
    46904693#  endif
    4691     /* Mark the page as locked; disallow flushing. */
    4692     pgmPoolLockPage(pPool, pNewShwPageCR3);
    46934694
    46944695    pVM->pgm.s.iShwUser      = SHW_POOL_ROOT_IDX;
     
    47184719     */
    47194720#   if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
    4720     Assert(VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3_NON_GLOBAL|VM_FF_PGM_SYNC_CR3));
     4721    Assert(VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3_NON_GLOBAL) || VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3));
    47214722#   endif
    47224723    rc = pgmMapActivateCR3(pVM, pNewShwPageCR3);
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