From 6488e2d5e2a654aa9b634b02ddf32c3e9da10498 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 10 Jun 2024 15:26:02 -0700 Subject: [PATCH] oops! --- src/rdi_from_pdb/rdi_from_pdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rdi_from_pdb/rdi_from_pdb.c b/src/rdi_from_pdb/rdi_from_pdb.c index ef11dfda..e5815223 100644 --- a/src/rdi_from_pdb/rdi_from_pdb.c +++ b/src/rdi_from_pdb/rdi_from_pdb.c @@ -754,7 +754,7 @@ internal TS_TASK_FUNCTION_DEF(p2r_units_convert_task__entry_point) CV_C13InlineeLinesParsed *inlinee_lines_parsed = 0; { U64 hash = cv_hash_from_item_id(sym->inlinee); - U64 slot_idx = unit_c13->inlinee_lines_parsed_slots_count; + U64 slot_idx = hash%unit_c13->inlinee_lines_parsed_slots_count; for(CV_C13InlineeLinesParsedNode *n = unit_c13->inlinee_lines_parsed_slots[slot_idx]; n != 0; n = n->hash_next) { if(n->v.inlinee == sym->inlinee)