Changeset 38086 in vbox
- Timestamp:
- Jul 21, 2011 8:55:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r38082 r38086 2458 2458 if (PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage)) 2459 2459 { 2460 #if 0 /* DONT COMMIT THIS!!!!!!!! It needs fixing! */2461 2460 AssertMsgFailed(("%R[pgmpage] - we don't set PGM_PTFLAGS_TRACK_DIRTY for these pages\n", pPage)); 2462 2461 Assert(!PGM_PAGE_HAS_ACTIVE_ALL_HANDLERS(pPage)); 2463 #endif2464 2462 /* Assuming write handlers here as the PTE is present (otherwise we wouldn't be here). */ 2465 2463 SHW_PTE_SET_RO(PteDst);
Note:
See TracChangeset
for help on using the changeset viewer.