Index: /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 16046)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 16047)
@@ -1096,5 +1096,5 @@
     /* Only whole pages can be disabled. */
     Assert(   pCur->Core.Key     <= (GCPhys & ~(RTGCPHYS)PAGE_OFFSET_MASK)
-           && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK);
+           && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK));
     return pCur->enmType != PGMPHYSHANDLERTYPE_PHYSICAL_WRITE;
 }
