Index: /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 31366)
+++ /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 31367)
@@ -4168,5 +4168,5 @@
      * Take the sempahore and do some more validations.
      */
-    int rc = RTSemFastMutexRequest(pGMM->Mtx);
+    rc = RTSemFastMutexRequest(pGMM->Mtx);
     AssertRC(rc);
 # endif
@@ -4192,5 +4192,5 @@
 
 # ifndef DEBUG_sandervl
-        RTSemFastMutexRelease(pGMM->Mtx);
+    RTSemFastMutexRelease(pGMM->Mtx);
 # endif
     return rc;
