mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12: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