mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Introducing RSX debugger entry (main debugger)
This commit is contained in:
parent
62cb532460
commit
dbecf0fa50
14 changed files with 1685 additions and 1220 deletions
|
@ -531,7 +531,7 @@ void cpu_thread::operator()()
|
|||
{
|
||||
if (_this)
|
||||
{
|
||||
sys_log.warning("CPU Thread '%s' terminated abnormally:\n%s", name, _this->dump_all());
|
||||
sys_log.warning("CPU Thread '%s' terminated abnormally!", name);
|
||||
cleanup();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue