mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 03:40:30 +00: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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user