Fix AIX threading build

This commit is contained in:
ShadowNinja 2017-01-28 17:23:30 -05:00
parent c93f7f5cea
commit 3eecc6ff44
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ DWORD WINAPI Thread::threadProc(LPVOID param)
Thread *thr = (Thread *)param;
#ifdef _AIX
m_kernel_thread_id = thread_self();
thr->m_kernel_thread_id = thread_self();
#endif
thr->setName(thr->m_name);