Changeset 20128 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 28, 2009 3:53:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r20127 r20128 2604 2604 2605 2605 rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_BIG, pShwPde->idx, iPDDst, &pShwPage); 2606 2607 /* Strip the flags again in case we have to construct it. */ 2608 GCPhys &= ~(PGMPOOL_PHYS_ACCESS_RW|PGMPOOL_PHYS_ACCESS_USER); 2606 2609 } 2607 2610 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.