sys_ppu_thread_join, sys_ppu_thread_exit fixed

Some diagnostic messages in mutexes
This commit is contained in:
Nekotekina 2014-03-07 16:03:42 +04:00
parent fac86aae58
commit 3127543b6e
13 changed files with 220 additions and 56 deletions

View file

@ -361,7 +361,7 @@ void CPUThread::Task()
if (Ini.HLELogging.GetValue()) ConLog.Write("%s leave", CPUThread::GetFName().wx_str());
}
int CPUThread::ExecAsCallback(u64 pc, bool wait, u64 a1, u64 a2, u64 a3, u64 a4) // not multithread-safe
s64 CPUThread::ExecAsCallback(u64 pc, bool wait, u64 a1, u64 a2, u64 a3, u64 a4) // not multithread-safe
{
while (m_alive)
{