summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/testcase
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-10-29 12:16:55 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-10-29 12:16:55 +0000
commitea6482aa269d047e14cc6aae5e848bb7da8cf970 (patch)
tree6ce2b9595ce0c3c9b1a31f9e5dbc628812d6621a /src/VBox/Devices/testcase
parentb05749fb250bf7b93005c932aa798c80ff28d1a6 (diff)
downloadVirtualBox-svn-ea6482aa269d047e14cc6aae5e848bb7da8cf970.tar.gz
VMMDev: cleanups. bugref:9218
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@81571 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/testcase')
-rw-r--r--src/VBox/Devices/testcase/tstDeviceStructSize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
index badd1233138..cdd62b645b1 100644
--- a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
+++ b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
@@ -403,7 +403,7 @@ int main()
CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSect, 8);
CHECK_MEMBER_ALIGNMENT(VGASTATE, StatRZMemoryRead, 8);
CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSectIRQ, 8);
- CHECK_MEMBER_ALIGNMENT(VMMDevState, CritSect, 8);
+ CHECK_MEMBER_ALIGNMENT(VMMDEV, CritSect, 8);
#ifdef VBOX_WITH_VIRTIO
CHECK_MEMBER_ALIGNMENT(VPCISTATE, cs, 8);
CHECK_MEMBER_ALIGNMENT(VPCISTATE, led, 4);