Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 30890)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 30891)
@@ -2393,5 +2393,8 @@
         }
         else
-            AssertRCReturn(rc, rc);
+        {
+            AssertRC(rc);
+            return rc;
+        }
 
         /*
