log TLS
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "RageException.h"
|
||||
#include "RageMath.h"
|
||||
#include "RageDisplay.h"
|
||||
#include "RageThreads.h"
|
||||
|
||||
#include "arch/arch.h"
|
||||
#include "arch/LoadingWindow/LoadingWindow.h"
|
||||
@@ -1010,6 +1011,10 @@ int main(int argc, char* argv[])
|
||||
* that to appear delayed. */
|
||||
HOOKS->DumpDebugInfo();
|
||||
|
||||
#if defined(HAVE_TLS)
|
||||
LOG->Info( "TLS is %savailable", RageThread::GetSupportsTLS()? "":"not " );
|
||||
#endif
|
||||
|
||||
if( PREFSMAN->m_bFirstRun )
|
||||
OnFirstRun();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user