Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 65232)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 65233)
@@ -3484,7 +3484,9 @@
                         AssertRCReturn(rc, rc);
 
-                        /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables if necessary. */
+                        /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables
+                           if necessary. */
                         Log4(("HM: VCPU%u: Mapped HC APIC-access page GCPhysApicBase=%#RGp\n", pVCpu->idCpu, GCPhysApicBase));
-                        rc = IOMMMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P);
+                        rc = IOMMMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess,
+                                                  X86_PTE_RW | X86_PTE_P);
                         AssertRCReturn(rc, rc);
                     }
