Changeset 71247 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Mar 6, 2018 5:16:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r71210 r71247 112 112 #include <VBox/vmm/pdmaudioifs.h> 113 113 114 # 115 # 116 # 117 # 114 #undef LOG_GROUP 115 #include "../Audio/DevIchAc97.cpp" 116 #undef LOG_GROUP 117 #include "../Audio/DevHDA.cpp" 118 118 119 119 #include <stdio.h> … … 281 281 * Misc alignment checks (keep this somewhat alphabetical). 282 282 */ 283 CHECK_MEMBER_ALIGNMENT(AC97STATE, CritSect, 8); 284 283 285 CHECK_MEMBER_ALIGNMENT(AHCI, lock, 8); 284 286 CHECK_MEMBER_ALIGNMENT(AHCI, ahciPort[0], 8);
Note:
See TracChangeset
for help on using the changeset viewer.