mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +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
|
@ -627,7 +627,7 @@ std::string cpu_thread::dump_callstack() const
|
|||
return {};
|
||||
}
|
||||
|
||||
std::vector<u32> cpu_thread::dump_callstack_list() const
|
||||
std::vector<std::pair<u32, u32>> cpu_thread::dump_callstack_list() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue