This commit is contained in:
Ryan Fleury
2024-02-11 09:23:06 -08:00
parent 2e8afad5f0
commit 47bb3464e1
+1 -1
View File
@@ -419,7 +419,7 @@ pdbconv_type_resolve_itype(PDBCONV_Ctx *ctx, CV_TypeId itype){
B32 is_basic = (itype < 0x1000);
// convert fwd references to real types
if(is_basic)
if(!is_basic)
{
CV_TypeId resolved_itype = pdbconv_type_fwd_map_get(&ctx->fwd_map, itype);
if(resolved_itype != 0)