Changeset 23251 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 23, 2009 10:55:46 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r23250 r23251 2381 2381 */ 2382 2382 if ( pPage 2383 && PGM_PAGE_HAS_ACTIVE_ HANDLERS(pPage))2383 && PGM_PAGE_HAS_ACTIVE_PHYSICAL_HANDLERS(pPage)) 2384 2384 { 2385 /* Assuming write handlers here as the PTE is present (otherwise it wouldn't be). */2385 /* Assuming write handlers here as the PTE is present (otherwise we wouldn't be here). */ 2386 2386 pPteDst->n.u1Write = 0; 2387 2387 }
Note:
See TracChangeset
for help on using the changeset viewer.