Skip to content

Commit b371bff

Browse files
committed
do not skip basic itypes when building type building dependency chains!
1 parent 6589cbe commit b371bff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rdi_from_pdb/rdi_from_pdb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,6 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params)
18011801
for EachInRange(idx, range)
18021802
{
18031803
CV_TypeId itype = (CV_TypeId)idx;
1804-
if(itype < itype_first) { continue; }
18051804

18061805
//- rjf: push initial itype - should be final-visited-itype for this itype
18071806
{

0 commit comments

Comments
 (0)