correct thread -> src mapping, given inline info

This commit is contained in:
Ryan Fleury
2024-06-13 15:04:12 -07:00
parent 41e99bd2f6
commit b47b22bdce
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3333,7 +3333,7 @@ df_text_line_dasm2src_info_from_dbgi_key_voff(DI_Key *dbgi_key, U64 voff, U64 in
{
U64 idx = 0;
for(RDI_Scope *s = scope;
s->inline_site_idx != 0 && idx < inline_unwind_idx;
s->inline_site_idx != 0 && idx <= inline_unwind_idx;
s = rdi_element_from_name_idx(rdi, Scopes, s->parent_scope_idx), idx += 1)
{
if(idx == inline_unwind_idx)