mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
do not skip basic itypes when building type building dependency chains!
This commit is contained in:
@@ -1801,7 +1801,6 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params)
|
|||||||
for EachInRange(idx, range)
|
for EachInRange(idx, range)
|
||||||
{
|
{
|
||||||
CV_TypeId itype = (CV_TypeId)idx;
|
CV_TypeId itype = (CV_TypeId)idx;
|
||||||
if(itype < itype_first) { continue; }
|
|
||||||
|
|
||||||
//- rjf: push initial itype - should be final-visited-itype for this itype
|
//- rjf: push initial itype - should be final-visited-itype for this itype
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user