Skip to content

Commit

Permalink
ohhhh my godd pt 2
Browse files Browse the repository at this point in the history
ryanfleury committed Jan 26, 2024
1 parent 5f8ec62 commit 7355389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raddbg_convert/pdb/raddbg_from_pdb.c
Original file line number Diff line number Diff line change
@@ -3285,7 +3285,7 @@ str8_list_pushf(arena, &out->errors, fmt, __VA_ARGS__);\
{
if(sym_for_unit[comp_unit_idx] != 0)
{
architecture = raddbg_arch_from_cv_arch(sym_for_unit[idx]->info.arch);
architecture = raddbg_arch_from_cv_arch(sym_for_unit[comp_unit_idx]->info.arch);
if(architecture != 0)
{
break;

0 comments on commit 7355389

Please sign in to comment.