Changeset 12969 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Oct 3, 2008 7:03:26 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r12588 r12969 213 213 * Misc alignment checks. 214 214 */ 215 CHECK_MEMBER_ALIGNMENT(PDMDEVINS, achInstanceData, 32);215 CHECK_MEMBER_ALIGNMENT(PDMDEVINS, achInstanceData, 64); 216 216 CHECK_MEMBER_ALIGNMENT(PCIDEVICE, Int.s, 16); 217 217 CHECK_MEMBER_ALIGNMENT(PCIDEVICE, Int.s.aIORegions, 16);
Note:
See TracChangeset
for help on using the changeset viewer.