Index: /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h	(revision 30892)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h	(revision 30893)
@@ -413,5 +413,5 @@
     PX86PML4E   pPml4eIgn;
     X86PDPE     PdpeIgn;
-    unsigned    iPd;
+    unsigned    iPd = 0;                /* shut up gcc */
     PCX86PDPAE  pPd = pgmGstGetLongModePDPtr(pVCpu, GCPtr, &pPml4eIgn, &PdpeIgn, &iPd);
     /* Note! We do not return an effective PDE here like we do for the PTE in GetPage method. */
