PPU debugger: Show stack address of each function

This commit is contained in:
Eladash 2020-07-03 07:56:55 +03:00 committed by Megamouse
parent c98ec4d014
commit dc25a3fa2a
9 changed files with 16 additions and 16 deletions

View file

@ -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 {};
}