mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
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
|
||||
_control87 (_EM_INVALID|_EM_DENORMAL/*|_EM_ZERODIVIDE|_EM_OVERFLOW*/|_EM_UNDERFLOW|_EM_INEXACT, _MCW_EM);
|
||||
#endif // NL_OS_WINDOWS
|
||||
|
||||
|
||||
CTime::CTimerInfo timerInfo;
|
||||
NLMISC::CTime::probeTimerInfo(timerInfo);
|
||||
if (timerInfo.RequiresSingleCore) // TODO: Also have a FV configuration value to force single core.
|
||||
|
|
Loading…
Reference in a new issue