mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +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
|
|
@ -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