diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 2ec79caa..039f493f 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -175,6 +175,7 @@ struct ThreadHandleWrapper }; #endif + #if defined __i386 || defined _M_IX86 || defined __x86_64__ || defined _M_X64 static inline void CpuId( uint32_t* regs, uint32_t leaf ) { @@ -186,7 +187,6 @@ static inline void CpuId( uint32_t* regs, uint32_t leaf ) #endif } - static void InitFailure( const char* msg ) { #if defined _WIN32 || defined __CYGWIN__