Changeset 28261 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2010 3:02:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r28257 r28261 2388 2388 case PGMPOOLKIND_32BIT_PD_PHYS: 2389 2389 /* Nothing to monitor here. */ 2390 Assert(!pPage->fMonitored); 2390 2391 return VINF_SUCCESS; 2391 2392 … … 2393 2394 AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind)); 2394 2395 } 2396 Assert(pPage->fMonitored); 2395 2397 2396 2398 /*
Note:
See TracChangeset
for help on using the changeset viewer.