Changeset 50126 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Jan 20, 2014 5:07:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r48947 r50126 324 324 CHECK_MEMBER_ALIGNMENT(PITSTATE, StatPITIrq, 8); 325 325 CHECK_MEMBER_ALIGNMENT(SerialState, CritSect, 8); 326 #ifdef VBOX_WITH_VMSVGA 327 CHECK_MEMBER_ALIGNMENT(VGASTATE, svga.u64HostWindowId, 8); 328 #endif 329 CHECK_MEMBER_ALIGNMENT(VGASTATE, GCPhysVRAM, 8); 326 330 CHECK_MEMBER_ALIGNMENT(VGASTATE, Dev, 8); 327 331 CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSect, 8);
Note:
See TracChangeset
for help on using the changeset viewer.