- Timestamp:
- Mar 24, 2016 5:43:59 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp ¶
r60186 r60187 26 26 #include <VBox/vmm/vm.h> 27 27 #include <VBox/vmm/gim.h> 28 #include <VBox/vmm/dbgf.h> 28 29 #include <VBox/sup.h> 29 30 … … 238 239 VMM_INT_DECL(bool) TMCpuTickCanUseRealTSC(PVM pVM, PVMCPU pVCpu, uint64_t *poffRealTsc, bool *pfParavirtTsc) 239 240 { 240 Assert(pVCpu->tm.s.fTSCTicking );241 Assert(pVCpu->tm.s.fTSCTicking || DBGFIsStepping(pVCpu)); 241 242 242 243 *pfParavirtTsc = pVM->tm.s.fParavirtTscEnabled; … … 350 351 bool *pfOffsettedTsc, bool *pfParavirtTsc) 351 352 { 352 Assert(pVCpu->tm.s.fTSCTicking );353 Assert(pVCpu->tm.s.fTSCTicking || DBGFIsStepping(pVCpu)); 353 354 354 355 *pfParavirtTsc = pVM->tm.s.fParavirtTscEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.