- Timestamp:
- Nov 19, 2009 6:18:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r24805 r24806 2401 2401 AssertRC(rc); 2402 2402 } 2403 PteDst.n.u1Write = 1; 2403 if (PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED) 2404 PteDst.n.u1Write = 1; 2405 else 2406 PteDst.n.u1Write = 0; 2404 2407 } 2405 2408 } 2406 2409 else 2407 PteDst.n.u1Write 2410 PteDst.n.u1Write = 1; 2408 2411 2409 2412 PteDst.n.u1Dirty = 1;
Note:
See TracChangeset
for help on using the changeset viewer.