Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 50508)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 50509)
@@ -1261,5 +1261,5 @@
         ++cMsrs;
         int rc = hmR0VmxSetAutoLoadStoreMsrCount(pVCpu, cMsrs);
-        AssertRCReturn(rc, rc);
+        AssertRC(rc);
 
         /* Now that we're swapping MSRs during the world-switch, allow the guest to read/write them without causing VM-exits. */
