mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
fix incorrect completion parameters hash storage in dbgi matching work, pt. 2
This commit is contained in:
+1
-1
@@ -1727,9 +1727,9 @@ ASYNC_WORK_DEF(di_match_work)
|
|||||||
ins_atomic_u32_eval_assign(&node->section_kind, name_map_section_kinds[name_map_kind_idx]);
|
ins_atomic_u32_eval_assign(&node->section_kind, name_map_section_kinds[name_map_kind_idx]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ins_atomic_u64_eval_assign(&node->cmp_params_hash, params_hash);
|
|
||||||
di_scope_close(di_scope);
|
di_scope_close(di_scope);
|
||||||
}
|
}
|
||||||
|
ins_atomic_u64_eval_assign(&node->cmp_params_hash, params_hash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
|
|||||||
Reference in New Issue
Block a user