Changeset 71731 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Apr 7, 2018 2:10:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r71247 r71731 151 151 { \ 152 152 printf("tstDeviceStructSize: Error! sizeof(%s): %#x (%d) Size wrong by %d (should be %d -- but is %d)\n", \ 153 #type, (int)sizeof(type), (int)sizeof(type), (int) (sizeof(type) - size), (int)size, (int)sizeof(type)); \153 #type, (int)sizeof(type), (int)sizeof(type), (int)sizeof(type) - (int)size, (int)size, (int)sizeof(type)); \ 154 154 rc++; \ 155 155 } \
Note:
See TracChangeset
for help on using the changeset viewer.