SPURS: Implement SPURS SPU thread exit using throw

Conflicts:
	rpcs3/Emu/SysCalls/Modules/cellSpursSpu.cpp
This commit is contained in:
S Gopal Rajagopal 2015-02-21 00:05:02 +05:30 committed by Nekotekina
parent c0fdef7a12
commit 5b7f701878
2 changed files with 47 additions and 25 deletions

View file

@ -1192,7 +1192,7 @@ void SPUThread::halt()
{
if (Ini.HLELogging.GetValue())
{
LOG_NOTICE(SPU, "halt(code=0x%x)");
LOG_NOTICE(SPU, "halt()");
}
if (m_type == CPU_THREAD_RAW_SPU)