- Timestamp:
- Jan 30, 2012 3:31:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r39402 r39908 2472 2472 if (PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage)) 2473 2473 { 2474 AssertMsgFailed(("%R[pgmpage] - we don't set PGM_PTFLAGS_TRACK_DIRTY for these pages\n", pPage));2474 //AssertMsgFailed(("%R[pgmpage] - we don't set PGM_PTFLAGS_TRACK_DIRTY for these pages\n", pPage)); 2475 2475 Assert(!PGM_PAGE_HAS_ACTIVE_ALL_HANDLERS(pPage)); 2476 2476 /* Assuming write handlers here as the PTE is present (otherwise we wouldn't be here). */
Note:
See TracChangeset
for help on using the changeset viewer.