Index: /trunk/src/VBox/VMM/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 30843)
+++ /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 30844)
@@ -3378,5 +3378,5 @@
             STAM_PROFILE_START(&pVM->pgm.s.StatChunkUnmap, a);
             rc = VMMR3CallR0(pVM, VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);
-            STAM_PROFILE_START(&pVM->pgm.s.StatChunkUnmap, a);
+            STAM_PROFILE_STOP(&pVM->pgm.s.StatChunkUnmap, a);
             if (RT_SUCCESS(rc))
             {
