- Timestamp:
- Nov 23, 2009 4:07:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r24875 r24876 1824 1824 if ( cDirtyPagesShort <= cDirtyPagesLong 1825 1825 && ( cDirtyNow <= cDirtyPagesShort 1826 || cDirtyNow - cDirtyPagesShort < cDirtyPagesShort / 81826 || cDirtyNow - cDirtyPagesShort < RT_MIN(cDirtyPagesShort / 8, 16) 1827 1827 ) 1828 1828 )
Note:
See TracChangeset
for help on using the changeset viewer.