VirtualBox

Changeset 17122 in vbox for trunk


Ignore:
Timestamp:
Feb 25, 2009 12:18:11 PM (16 years ago)
Author:
vboxsync
Message:

Updates

File:
1 edited

Legend:

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

    r17121 r17122  
    419419#endif /* !IN_RING0 */
    420420
    421 #ifdef VBOX_STRICT
     421#if defined(VBOX_STRICT) && !defined(IN_RING0)
    422422/**
    423423 * Clears all PDEs involved with the mapping in the shadow page table.
     
    507507        return;
    508508
    509 # ifdef IN_RING0
    510     AssertFailed();
    511 # else
    512509#  ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    513510    Assert(pVM->pgm.s.CTX_SUFF(pShwPageCR3));
     
    523520        pgmMapCheckShadowPDEs(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3), pCur, iPDE);
    524521    }
    525 # endif /* IN_RING0 */
    526522#endif /* VBOX_WITH_PGMPOOL_PAGING_ONLY */
    527523}
    528 #endif
     524#endif /* defined(VBOX_STRICT) && !defined(IN_RING0) */
    529525
    530526/**
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