VirtualBox

Ignore:
Timestamp:
Feb 24, 2009 12:21:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43281
Message:

More updates for temp locks.

File:
1 edited

Legend:

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

    r17057 r17058  
    22502250}
    22512251
     2252# ifdef VBOX_STRICT
     2253/**
     2254 * Check for lock leaks.
     2255 *
     2256 * @param   pVM         VM handle.
     2257 */
     2258VMMDECL(void) PGMDynCheckLocks(PVM pVM)
     2259{
     2260    for (unsigned i=0;i<(MM_HYPER_DYNAMIC_SIZE >> PAGE_SHIFT);i++)
     2261        Assert(!(pVM->pgm.s.paDynPageMap32BitPTEsGC[i].u & PGM_PTFLAGS_DYN_LOCKED));
     2262}
     2263# endif
    22522264# endif /* IN_RC */
    22532265
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