VirtualBox

Changeset 626 in vbox


Ignore:
Timestamp:
Feb 5, 2007 10:51:25 AM (18 years ago)
Author:
vboxsync
Message:

Corrected profile resume.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/stam.h

    r551 r626  
    846846        uint64_t Prefix##_tsNow; \
    847847        STAM_GET_TS(Prefix##_tsNow); \
    848         (pProfileAdv)->tsStart -= Prefix##_tsNow - Prefix##_tsSuspend; \
     848        (pProfileAdv)->tsStart += Prefix##_tsNow - Prefix##_tsSuspend; \
    849849    } while (0)
    850850#else
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