Changeset 98065 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Jan 12, 2023 3:57:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r96512 r98065 409 409 CHECK_MEMBER_ALIGNMENT(VGASTATE, StatRZMemoryRead, 8); 410 410 CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSectIRQ, 8); 411 CHECK_MEMBER_ALIGNMENT(VGASTATE, bmDirtyBitmap, 8); 412 CHECK_MEMBER_ALIGNMENT(VGASTATE, pciRegions, 8); 411 413 CHECK_MEMBER_ALIGNMENT(VMMDEV, CritSect, 8); 412 414 #ifdef VBOX_WITH_PCI_PASSTHROUGH_IMPL
Note:
See TracChangeset
for help on using the changeset viewer.