Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 26700)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 26701)
@@ -1935,5 +1935,9 @@
     /* Can happen in the guest SMP case; other VCPU activated this PDE while we were blocking to handle the page fault. */
     if (PdeDst.n.u1Size)
+    {
+        Assert(HWACCMIsNestedPagingActive(pVM));
+        Log(("CPU%d: SyncPage: Pde (big) at %RGv changed behind our back!\n", GCPtrPage));
         return VINF_SUCCESS;
+    }
 
     Assert(cPages == 1 || !(uErr & X86_TRAP_PF_P));
