mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
PPU debugger: Show stack address of each function
This commit is contained in:
parent
c98ec4d014
commit
dc25a3fa2a
9 changed files with 16 additions and 16 deletions
|
|
@ -872,7 +872,7 @@ std::string spu_thread::dump_callstack() const
|
|||
return {};
|
||||
}
|
||||
|
||||
std::vector<u32> spu_thread::dump_callstack_list() const
|
||||
std::vector<std::pair<u32, u32>> spu_thread::dump_callstack_list() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue