Skip to content

Commit 7355389

Browse files
committed
ohhhh my godd pt 2
1 parent 5f8ec62 commit 7355389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raddbg_convert/pdb/raddbg_from_pdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3285,7 +3285,7 @@ str8_list_pushf(arena, &out->errors, fmt, __VA_ARGS__);\
32853285
{
32863286
if(sym_for_unit[comp_unit_idx] != 0)
32873287
{
3288-
architecture = raddbg_arch_from_cv_arch(sym_for_unit[idx]->info.arch);
3288+
architecture = raddbg_arch_from_cv_arch(sym_for_unit[comp_unit_idx]->info.arch);
32893289
if(architecture != 0)
32903290
{
32913291
break;

0 commit comments

Comments
 (0)