Index: /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 29401)
+++ /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 29402)
@@ -432,4 +432,6 @@
             }
         }
+        else
+            rc = VINF_SUCCESS;  /* nothing to do. */
     }
 
