mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
thread_t cleanup
This commit is contained in:
parent
be9a599beb
commit
d9403c2ed2
7 changed files with 40 additions and 94 deletions
|
@ -48,7 +48,7 @@ CPUThread::CPUThread(CPUThreadType type, const std::string& name, std::function<
|
|||
m_state |= CPU_STATE_DEAD;
|
||||
break;
|
||||
}
|
||||
catch (const fmt::exception&)
|
||||
catch (...)
|
||||
{
|
||||
dump_info();
|
||||
throw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue