Changeset 100005 in vbox
- Timestamp:
- May 30, 2023 6:21:49 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
r100000 r100005 680 680 * Returns when the vTimer is supposed to expire next in number of nanoseconds. 681 681 * 682 * @returns Number of nanoseconds when the vTimer is supposed to 682 * @returns Number of nanoseconds when the vTimer is supposed to activate. 683 * @retval UINT64_MAX if the timer is not active. 684 * @param pVCpu The cross context virtual CPU structure. 683 685 */ 684 686 VMM_INT_DECL(uint64_t) TMCpuGetVTimerActivationNano(PVMCPUCC pVCpu)
Note:
See TracChangeset
for help on using the changeset viewer.

