Changeset 26700 in vbox for trunk/include
- Timestamp:
- Feb 23, 2010 1:14:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57936
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r24608 r26700 203 203 uint64_t u4Reserved : 4; 204 204 /** Big page (must be 0 here). */ 205 uint64_t u1 Big: 1;205 uint64_t u1Size : 1; 206 206 /** Available for software. */ 207 207 uint64_t u4Available : 4;
Note:
See TracChangeset
for help on using the changeset viewer.