Changeset 36939 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 3, 2011 2:19:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r36938 r36939 697 697 RTHCPHYS HCPhysAndPageID; 698 698 699 /** 7:0 - The physical handler state699 /** 1:0 - The physical handler state 700 700 * (PGM_PAGE_HNDL_PHYS_STATE_*). */ 701 uint32_t u2HandlerPhysStateY : 8; 702 /*uint32_t u6Reserved : 6;*/ 701 uint32_t u2HandlerPhysStateY : 2; 702 /** 7:2 - Currently unused. */ 703 uint32_t u6Unused1 : 6; 703 704 /** 9:8 - The physical handler state 704 705 * (PGM_PAGE_HNDL_VIRT_STATE_*). */
Note:
See TracChangeset
for help on using the changeset viewer.