mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
PPU/debugger: Fixup
This commit is contained in:
parent
17302a9422
commit
7a0185dbcc
@ -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…
Reference in New Issue
Block a user