Index: /trunk/src/VBox/VMM/VMMR3/SELM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/SELM.cpp	(revision 42417)
+++ /trunk/src/VBox/VMM/VMMR3/SELM.cpp	(revision 42418)
@@ -1297,5 +1297,5 @@
         {
             /* Get the shadow descriptor entry corresponding to this. */
-            static X86DESC const s_NotPresentDesc = { { 0 } };
+            static X86DESC const s_NotPresentDesc = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } };
             PCX86DESC pDesc;
             if (!(Sel & X86_SEL_LDT))
