Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 26193)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 26194)
@@ -346,5 +346,5 @@
      * in page tables which the guest believes to be present.
      */
-    if (PdeSrc.n.u1Present)
+    Assert(PdeSrc.n.u1Present);
     {
         RTGCPHYS    GCPhys = NIL_RTGCPHYS;
@@ -906,6 +906,4 @@
         }
     }
-    /* else: !present (guest) */
-
 
 #  if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
