mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
fix thread exit crash
This commit is contained in:
parent
64bfae6648
commit
8a3835bcef
3 changed files with 8 additions and 3 deletions
|
@ -351,6 +351,11 @@ void CPUThread::Task()
|
|||
{
|
||||
ConLog.Error("Exception: %s", e);
|
||||
}
|
||||
catch(int exitcode)
|
||||
{
|
||||
ConLog.Success("Exit Code: %d", exitcode);
|
||||
return;
|
||||
}
|
||||
|
||||
//ConLog.Write("%s leave", CPUThread::GetFName());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue