Changeset 27360 in vbox
- Timestamp:
- Mar 15, 2010 1:36:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r27284 r27360 3448 3448 { 3449 3449 PPGMPOOLPAGE pPage = &pPool->aPages[iPage]; 3450 if (pPage->GCPhys != NIL_RTGCPHYS) 3450 if ( pPage->GCPhys != NIL_RTGCPHYS 3451 && pPage->cPresent) 3451 3452 { 3452 3453 switch (pPage->enmKind)
Note:
See TracChangeset
for help on using the changeset viewer.