mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
PPU/debugger: Fixup
This commit is contained in:
parent
17302a9422
commit
7a0185dbcc
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ std::vector<std::pair<u32, u32>> ppu_thread::dump_callstack_list() const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const context_t& res = workload[start];
|
const context_t& res = workload[std::min<usz>(start, workload.size() - 1)];
|
||||||
|
|
||||||
if (res.maybe_leaf && !res.non_leaf)
|
if (res.maybe_leaf && !res.non_leaf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue