Changeset 37370 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 8, 2011 8:29:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r37354 r37370 807 807 808 808 /** Asserts lock ownership in some of the PGM_PAGE_XXX macros. */ 809 #if def VBOX_STRICT809 #if defined(VBOX_STRICT) && 0 /** @todo triggers in pgmRZDynMapGCPageV2Inlined */ 810 810 # define PGM_PAGE_ASSERT_LOCK(a_pVM) PGM_LOCK_ASSERT_OWNER(a_pVM) 811 811 #else
Note:
See TracChangeset
for help on using the changeset viewer.