Changeset 54222 in vbox
- Timestamp:
- Feb 16, 2015 4:24:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54219 r54222 1615 1615 { 1616 1616 # ifdef IN_RING3 1617 Assert(GIP_ARE_TSC_DELTAS_APPLICABLE(g_pSUPGlobalInfoPage));1618 1617 1619 1618 /** @todo Use rdtscp after figuring out what the host OS has stuffed into the 1620 1619 * TSC_AUX msr, otherwise use the fallback below. */ 1621 1620 int cTries = 10; 1621 Assert(GIP_ARE_TSC_DELTAS_APPLICABLE(g_pSUPGlobalInfoPage)); 1622 1622 do 1623 1623 {
Note:
See TracChangeset
for help on using the changeset viewer.