Changeset 2149 in vbox for trunk/src/VBox
- Timestamp:
- Apr 18, 2007 8:37:43 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r2137 r2149 135 135 PdeSrc.n.u1Write = 1; 136 136 PdeSrc.n.u1Accessed = 1; 137 PdeSrc.n.u1User = 1; 137 138 # endif 138 139 if ( !(uErr & X86_TRAP_PF_P) /* not set means page not present instead of page protection violation */ … … 1597 1598 PteSrc.n.u1Accessed = 1; 1598 1599 PteSrc.n.u1Write = 1; 1600 PteSrc.n.u1User = 1; 1599 1601 1600 1602 PGM_BTH_NAME(SyncPageWorker)(pVM, &pPTDst->a[iPTDst], PdeSrc, PteSrc, pShwPage, iPTDst); … … 1623 1625 PteSrc.n.u1Accessed = 1; 1624 1626 PteSrc.n.u1Write = 1; 1627 PteSrc.n.u1User = 1; 1625 1628 PGM_BTH_NAME(SyncPageWorker)(pVM, &pPTDst->a[iPTDst], PdeSrc, PteSrc, pShwPage, iPTDst); 1626 1629 … … 2268 2271 PdeSrc.n.u1Write = 1; 2269 2272 PdeSrc.n.u1Accessed = 1; 2273 PdeSrc.n.u1User = 1; 2270 2274 2271 2275 /* … … 2344 2348 PdeSrc.n.u1Write = 1; 2345 2349 PdeSrc.n.u1Accessed = 1; 2350 PdeSrc.n.u1User = 1; 2346 2351 # endif 2347 2352
Note:
See TracChangeset
for help on using the changeset viewer.