VirtualBox

Changeset 1058 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 23, 2007 8:56:18 PM (18 years ago)
Author:
vboxsync
Message:

oops left it enabled.

File:
1 edited

Legend:

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

    r1057 r1058  
    196196    rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "UseRealTSC", &pVM->tm.s.fTSCTicking);
    197197    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    198 #if 1 /* doesn't seem to work reliably yet... xp takes several ~2 min to shutdown now. darn. */
     198#if 0 /* doesn't seem to work reliably yet... xp takes several ~2 min to shutdown now. darn. */
    199199        pVM->tm.s.fTSCUseRealTSC = false; /* virtualize it */
    200200#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