VirtualBox

Changeset 5398 in vbox


Ignore:
Timestamp:
Oct 21, 2007 4:37:46 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25509
Message:

Fixed /TM/UseRealTSC.

File:
1 edited

Legend:

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

    r4958 r5398  
    246246
    247247    /* source */
    248     rc = CFGMR3QueryBool(pCfgHandle, "UseRealTSC", &pVM->tm.s.fTSCTicking);
     248    rc = CFGMR3QueryBool(pCfgHandle, "UseRealTSC", &pVM->tm.s.fTSCUseRealTSC);
    249249    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    250250        pVM->tm.s.fTSCUseRealTSC = false; /* use virtual time */
Note: See TracChangeset for help on using the changeset viewer.

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