summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/DevIoApic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/DevIoApic.cpp')
-rw-r--r--src/VBox/Devices/PC/DevIoApic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Devices/PC/DevIoApic.cpp b/src/VBox/Devices/PC/DevIoApic.cpp
index f2be8194bdb..07402d7edc7 100644
--- a/src/VBox/Devices/PC/DevIoApic.cpp
+++ b/src/VBox/Devices/PC/DevIoApic.cpp
@@ -1384,6 +1384,7 @@ const PDMDEVREG g_DeviceIOAPIC =
/* .cbInstanceCC = */ 0,
/* .cbInstanceRC = */ 0,
/* .cMaxPciDevices = */ 0,
+ /* .cMaxMsixVectors = */ 0,
/* .pszDescription = */ "I/O Advanced Programmable Interrupt Controller (IO-APIC) Device",
#if defined(IN_RING3)
/* .pszRCMod = */ "VBoxDDRC.rc",