Changeset 65303 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Jan 15, 2017 6:24:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r64841 r65303 366 366 CHECK_MEMBER_ALIGNMENT(VGASTATE, svga, 8); 367 367 CHECK_MEMBER_ALIGNMENT(VGASTATE, svga.u64HostWindowId, 8); 368 CHECK_MEMBER_ALIGNMENT(VGASTATE, svga.au32ScratchRegion, 8); 369 CHECK_MEMBER_ALIGNMENT(VGASTATE, svga.StatRegBitsPerPixelWr, 8); 368 370 #endif 369 371 CHECK_MEMBER_ALIGNMENT(VGASTATE, cMonitors, 8);
Note:
See TracChangeset
for help on using the changeset viewer.