Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 68782)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 68783)
@@ -1183,5 +1183,5 @@
 # else  /* Nested paging, EPT except PGM_GST_TYPE = PROT   */
     NOREF(uErr); NOREF(pRegFrame); NOREF(pvFault);
-    AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_GST_TYPE, PGM_SHW_TYPE));
+    AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_SHW_TYPE, PGM_GST_TYPE));
     return VERR_PGM_NOT_USED_IN_MODE;
 # endif
