Changeset 13132 in vbox for trunk/include
- Timestamp:
- Oct 9, 2008 1:33:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r13131 r13132 189 189 */ 190 190 #pragma pack(1) 191 typedef unionEPTPDEBITS191 typedef struct EPTPDEBITS 192 192 { 193 193 /** Present bit. */ … … 222 222 */ 223 223 #pragma pack(1) 224 typedef unionEPTPDE2MBITS224 typedef struct EPTPDE2MBITS 225 225 { 226 226 /** Present bit. */ … … 294 294 */ 295 295 #pragma pack(1) 296 typedef unionEPTPTEBITS296 typedef struct EPTPTEBITS 297 297 { 298 298 /** Present bit. */
Note:
See TracChangeset
for help on using the changeset viewer.