mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Fix display of unknown source locations in asm view.
This commit is contained in:
parent
ce2e01bcd7
commit
e19a981b8c
@ -2483,8 +2483,10 @@ void SourceView::RenderAsmLine( AsmLine& line, uint32_t ipcnt, uint32_t iptotal,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
SmallColorBox( 0 );
|
SmallColorBox( 0 );
|
||||||
|
ImGui::SameLine();
|
||||||
|
TextDisabledUnformatted( "[unknown]" );
|
||||||
ImGui::SameLine( 0, 0 );
|
ImGui::SameLine( 0, 0 );
|
||||||
ImGui::ItemSize( ImVec2( stw * 32, ty ), 0 );
|
ImGui::ItemSize( ImVec2( stw * 23, ty ), 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( m_asmBytes )
|
if( m_asmBytes )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user