Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 65136)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 65137)
@@ -960,5 +960,4 @@
         PVMCPU pVCpu = &pVM->aCpus[i];
         VMXLOCAL_INIT_VMCPU_MEMOBJ(Vmcs, pv);
-        VMXLOCAL_INIT_VMCPU_MEMOBJ(VirtApic, pb);
         VMXLOCAL_INIT_VMCPU_MEMOBJ(MsrBitmap, pv);
         VMXLOCAL_INIT_VMCPU_MEMOBJ(GuestMsr, pv);
Index: /trunk/src/VBox/VMM/include/HMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/HMInternal.h	(revision 65136)
+++ /trunk/src/VBox/VMM/include/HMInternal.h	(revision 65137)
@@ -752,6 +752,6 @@
         /** Physical address of the virtual APIC page for TPR caching. */
         RTHCPHYS                    HCPhysVirtApic;
-        /** R0 memory object for the virtual APIC page for TPR caching. */
-        RTR0MEMOBJ                  hMemObjVirtApic;
+        /** Padding. */
+        R0PTRTYPE(void *)           pvAlignment0;
         /** Virtual address of the virtual APIC page for TPR caching. */
         R0PTRTYPE(uint8_t *)        pbVirtApic;
