Index: /trunk/src/VBox/VMM/VMMR3/PGM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGM.cpp	(revision 65986)
+++ /trunk/src/VBox/VMM/VMMR3/PGM.cpp	(revision 65987)
@@ -3716,4 +3716,7 @@
     }
 
+    /* Set the new guest CR3. */
+    pVCpu->pgm.s.GCPhysCR3 = GCPhysCR3;
+
     /* status codes. */
     AssertRC(rc);
