summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-10-25 14:12:19 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-10-25 14:12:19 +0000
commit3a119d0c807a762c083a429c7334786eb9aa5b9d (patch)
tree9a0152960b1849ada3b8a87cf6f058c63c34561e /src/VBox/Devices/testcase/tstDeviceStructSize.cpp
parent33c90f5905aa8d0b066c152d7951fb4b52334bb6 (diff)
downloadVirtualBox-svn-3a119d0c807a762c083a429c7334786eb9aa5b9d.tar.gz
DevPCI: Moved ICH9PCIBUS to a common header (DevPciInternal.h) and use that for both PCI bus implementations.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@64414 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/testcase/tstDeviceStructSize.cpp')
-rw-r--r--src/VBox/Devices/testcase/tstDeviceStructSize.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
index 4719b0e4367..916c56b0f83 100644
--- a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
+++ b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
@@ -360,8 +360,7 @@ int main()
CHECK_MEMBER_ALIGNMENT(OHCI, StatCanceledIsocUrbs, 8);
# endif
#endif
- CHECK_MEMBER_ALIGNMENT(PCIBUS, devices, 16);
- CHECK_MEMBER_ALIGNMENT(PCIBUS, devices, 16);
+ CHECK_MEMBER_ALIGNMENT(DEVPCIBUS, apDevices, 64);
CHECK_MEMBER_ALIGNMENT(PCIGLOBALS, pci_irq_levels, 16);
CHECK_MEMBER_ALIGNMENT(PCNETSTATE, u64LastPoll, 8);
CHECK_MEMBER_ALIGNMENT(PCNETSTATE, CritSect, 8);