fix check extension in attrib formatter

This commit is contained in:
Nikita Smith
2026-02-05 17:43:19 -08:00
parent 4f30f64914
commit 469fbece3d
-3
View File
@@ -616,8 +616,6 @@ dw_string_from_attrib_kind(Arena *arena, DW_Version ver, DW_Ext ext, DW_AttribKi
String8 result = {0};
//- rjf: try extensions
if(result.size != 0)
{
while(ext)
{
U64 z = 64-clz64(ext);
@@ -637,7 +635,6 @@ dw_string_from_attrib_kind(Arena *arena, DW_Version ver, DW_Ext ext, DW_AttribKi
case DW_Ext_MIPS: switch (kind) { DW_AttribKind_MIPS_XList } break;
}
}
}
//- rjf: try version
if(result.size == 0)