Changeset 90380 in vbox for trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
- Timestamp:
- Jul 28, 2021 9:38:23 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
r89087 r90380 368 368 * sync deadline. 369 369 */ 370 DECLINLINE(uint64_t) tmCpuCalcTicksToDeadline(PVMCPU pVCpu, uint64_t cNsToDeadline)370 DECLINLINE(uint64_t) tmCpuCalcTicksToDeadline(PVMCPUCC pVCpu, uint64_t cNsToDeadline) 371 371 { 372 372 AssertCompile(TMCLOCK_FREQ_VIRTUAL <= _4G);
Note:
See TracChangeset
for help on using the changeset viewer.