Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 81179)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 81180)
@@ -4041,4 +4041,5 @@
 #endif
 
+#ifdef VBOX_WITH_NESTED_HWVIRT_SVM
     /*
      * Set up the nested-guest VMCB for execution using hardware-assisted SVM.
@@ -4046,4 +4047,5 @@
     if (pSvmTransient->fIsNestedGuest)
         hmR0SvmSetupVmcbNested(pVCpu);
+#endif
 
     /*
