mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
lv2: Do not lose r3 data on syscalls
Allows to get the ID of the lv2 sync objects in the debugger by looking at r3's content.
This commit is contained in:
parent
f1cf62ac57
commit
dc839e1784
5 changed files with 6 additions and 2 deletions
|
@ -432,6 +432,7 @@ std::string ppu_thread::dump() const
|
|||
ret += "Current function: ";
|
||||
ret += _func;
|
||||
ret += '\n';
|
||||
fmt::append(ret, "syscall r3: 0x%llx\n", syscall_r3);
|
||||
}
|
||||
else if (is_paused())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue