Index: /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp	(revision 30387)
+++ /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp	(revision 30388)
@@ -2668,5 +2668,4 @@
      */
     STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatInGC, z);
-    STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatExit1, v);
 
     if (RT_UNLIKELY(rc != VINF_SUCCESS))
@@ -2677,4 +2676,5 @@
     }
 
+    STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatExit1, v);
     /* Success. Query the guest state and figure out what has happened. */
 
@@ -3549,5 +3549,4 @@
 
             /* Only resume if successful. */
-            STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatExit1, x);
             goto ResumeExecution;
         }
