From b371bff6f2b6515bdc09ca4cf2d42135bc0f0181 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 20 Oct 2025 14:51:58 -0700 Subject: [PATCH] do not skip basic itypes when building type building dependency chains! --- src/rdi_from_pdb/rdi_from_pdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rdi_from_pdb/rdi_from_pdb.c b/src/rdi_from_pdb/rdi_from_pdb.c index 455e4e52..d71a3480 100644 --- a/src/rdi_from_pdb/rdi_from_pdb.c +++ b/src/rdi_from_pdb/rdi_from_pdb.c @@ -1801,7 +1801,6 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params) for EachInRange(idx, range) { CV_TypeId itype = (CV_TypeId)idx; - if(itype < itype_first) { continue; } //- rjf: push initial itype - should be final-visited-itype for this itype {