Changeset 93031 in vbox
- Timestamp:
- Dec 20, 2021 10:47:12 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/sup.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r92709 r93031 780 780 { 781 781 PSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage; 782 if ( pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_ROUGHLY_ZERO)782 if (!pGip || pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_ROUGHLY_ZERO) 783 783 return ASMReadTSC(); 784 784 return SUPReadTscWithDelta(pGip);
Note:
See TracChangeset
for help on using the changeset viewer.

