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