Changeset 20062 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 27, 2009 10:01:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r20060 r20062 1649 1649 /** Used to indicate that this page can't be flushed. Important for cr3 root pages or shadow pae pd pages). */ 1650 1650 uint32_t cLocked; 1651 uint32_t bPadding2; 1651 1652 } PGMPOOLPAGE, *PPGMPOOLPAGE, **PPPGMPOOLPAGE; 1652 1653 /** Pointer to a const pool page. */
Note:
See TracChangeset
for help on using the changeset viewer.