VirtualBox

Changeset 30398 in vbox


Ignore:
Timestamp:
Jun 23, 2010 3:33:48 PM (15 years ago)
Author:
vboxsync
Message:

grumble

File:
1 edited

Legend:

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

    r30397 r30398  
    18961896     */
    18971897    unsigned uPctDirty = (unsigned)(  (long double)cDirtyPagesLong
    1898                                     / (pVM->pgm.s.cAllPages - pVM->pgm.s.LiveSave.cIgnoredPages - pVM->pgm.s.cZeroPages);
     1898                                    / (pVM->pgm.s.cAllPages - pVM->pgm.s.LiveSave.cIgnoredPages - pVM->pgm.s.cZeroPages) );
    18991899    if (uPctDirty <= 100)
    19001900        SSMR3HandleReportLivePercent(pSSM, RT_MIN(100 - uPctDirty, uPass * 2));
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