Changeset 53824 in vbox for trunk/include
- Timestamp:
- Jan 15, 2015 2:45:22 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r53800 r53824 1637 1637 uint64_t u64Tsc = UINT64_MAX; 1638 1638 int rc = SUPGetTsc(&u64Tsc, NULL /* pidApic */); 1639 #ifndef DEBUG_michael 1639 1640 AssertRC(rc); 1641 #endif 1640 1642 return u64Tsc; 1641 1643 }
Note:
See TracChangeset
for help on using the changeset viewer.