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