- Timestamp:
- May 26, 2008 9:06:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMShw.h
r9025 r9106 101 101 PGM_SHW_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0) 102 102 { 103 Assert(pModeData->uShwType == PGM_SHW_TYPE );103 Assert(pModeData->uShwType == PGM_SHW_TYPE || pModeData->uShwType == PGM_TYPE_NESTED); 104 104 105 105 /* Ring-3 */
Note:
See TracChangeset
for help on using the changeset viewer.