Changeset 32551 in vbox
- Timestamp:
- Sep 16, 2010 11:49:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r32544 r32551 1248 1248 if ( pPage->cModifications >= cMaxModifications 1249 1249 && !fForcedFlush 1250 # if 11251 && (pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_PAE_PT)1252 # else1253 1250 && (pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_PAE_PT || pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_32BIT_PT) 1254 # endif1255 1251 && ( fNotReusedNotForking 1256 1252 || ( !pgmPoolMonitorIsReused(pVM, pVCpu, pRegFrame, pDis, pvFault)
Note:
See TracChangeset
for help on using the changeset viewer.