Index: /trunk/src/VBox/VMM/VMMAll/APICAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/APICAll.cpp	(revision 64852)
+++ /trunk/src/VBox/VMM/VMMAll/APICAll.cpp	(revision 64853)
@@ -2732,4 +2732,5 @@
         Log2(("APIC%u: apicGetInterrupt: APIC %s disabled\n", pVCpu->idCpu, !fApicHwEnabled ? "hardware" : "software"));
 
+    *pu8Vector = 0;
     return VERR_APIC_INTR_NOT_PENDING;
 }
