Changeset 7026 in vbox for trunk/include/VBox
- Timestamp:
- Feb 20, 2008 10:25:36 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r6995 r7026 549 549 struct REM s; 550 550 #endif 551 char padding[ HC_ARCH_BITS == 32 ? 0x6b00 : 0xbf00]; /* multiple of 32 */551 char padding[0x6f00]; /* multiple of 32 */ 552 552 } rem; 553 553 } VM;
Note:
See TracChangeset
for help on using the changeset viewer.