mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-15 01:28:07 +00:00
fix check extension in attrib formatter
This commit is contained in:
@@ -616,8 +616,6 @@ dw_string_from_attrib_kind(Arena *arena, DW_Version ver, DW_Ext ext, DW_AttribKi
|
|||||||
String8 result = {0};
|
String8 result = {0};
|
||||||
|
|
||||||
//- rjf: try extensions
|
//- rjf: try extensions
|
||||||
if(result.size != 0)
|
|
||||||
{
|
|
||||||
while(ext)
|
while(ext)
|
||||||
{
|
{
|
||||||
U64 z = 64-clz64(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;
|
case DW_Ext_MIPS: switch (kind) { DW_AttribKind_MIPS_XList } break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
//- rjf: try version
|
//- rjf: try version
|
||||||
if(result.size == 0)
|
if(result.size == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user