Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
864363165a
commit
c9a3e9efbc
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ void prelogInit()
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
_control87 (_EM_INVALID|_EM_DENORMAL/*|_EM_ZERODIVIDE|_EM_OVERFLOW*/|_EM_UNDERFLOW|_EM_INEXACT, _MCW_EM);
|
_control87 (_EM_INVALID|_EM_DENORMAL/*|_EM_ZERODIVIDE|_EM_OVERFLOW*/|_EM_UNDERFLOW|_EM_INEXACT, _MCW_EM);
|
||||||
#endif // NL_OS_WINDOWS
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
||||||
CTime::CTimerInfo timerInfo;
|
CTime::CTimerInfo timerInfo;
|
||||||
NLMISC::CTime::probeTimerInfo(timerInfo);
|
NLMISC::CTime::probeTimerInfo(timerInfo);
|
||||||
if (timerInfo.RequiresSingleCore) // TODO: Also have a FV configuration value to force single core.
|
if (timerInfo.RequiresSingleCore) // TODO: Also have a FV configuration value to force single core.
|
||||||
|
|
Loading…
Reference in a new issue