VirtualBox

Changeset 24876 in vbox for trunk


Ignore:
Timestamp:
Nov 23, 2009 4:07:22 PM (15 years ago)
Author:
vboxsync
Message:

PGMSavedState: refinement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSavedState.cpp

    r24875 r24876  
    18241824    if (    cDirtyPagesShort <= cDirtyPagesLong
    18251825        &&  (   cDirtyNow    <= cDirtyPagesShort
    1826              || cDirtyNow - cDirtyPagesShort < cDirtyPagesShort / 8
     1826             || cDirtyNow - cDirtyPagesShort < RT_MIN(cDirtyPagesShort / 8, 16)
    18271827            )
    18281828       )
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette