Changeset 68783 in vbox
- Timestamp:
- Sep 18, 2017 10:45:19 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r66651 r68783 1183 1183 # else /* Nested paging, EPT except PGM_GST_TYPE = PROT */ 1184 1184 NOREF(uErr); NOREF(pRegFrame); NOREF(pvFault); 1185 AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_ GST_TYPE, PGM_SHW_TYPE));1185 AssertReleaseMsgFailed(("Shw=%d Gst=%d is not implemented!\n", PGM_SHW_TYPE, PGM_GST_TYPE)); 1186 1186 return VERR_PGM_NOT_USED_IN_MODE; 1187 1187 # endif
Note:
See TracChangeset
for help on using the changeset viewer.

