Changeset 5398 in vbox
- Timestamp:
- Oct 21, 2007 4:37:46 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25509
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r4958 r5398 246 246 247 247 /* source */ 248 rc = CFGMR3QueryBool(pCfgHandle, "UseRealTSC", &pVM->tm.s.fTSC Ticking);248 rc = CFGMR3QueryBool(pCfgHandle, "UseRealTSC", &pVM->tm.s.fTSCUseRealTSC); 249 249 if (rc == VERR_CFGM_VALUE_NOT_FOUND) 250 250 pVM->tm.s.fTSCUseRealTSC = false; /* use virtual time */
Note:
See TracChangeset
for help on using the changeset viewer.