- Timestamp:
- Sep 6, 2016 12:26:06 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r62869 r63739 2930 2930 } 2931 2931 2932 2932 2933 /** 2933 2934 * Gets the current TMCLOCK_VIRTUAL time in milliseconds without checking … … 2947 2948 } 2948 2949 2950 2949 2951 /** 2950 2952 * Gets the current TMCLOCK_VIRTUAL time in microseconds without checking … … 2963 2965 return TMVirtualToMicro(pVM, TMVirtualGetNoCheck(pVM)); 2964 2966 } 2967 2965 2968 2966 2969 /**
Note:
See TracChangeset
for help on using the changeset viewer.