1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Be explicit about displaying machine code.

This commit is contained in:
Bartosz Taudul
2020-04-26 14:51:58 +02:00
parent dba594a857
commit 6266d482ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1007,7 +1007,7 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_map<u
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
SmallCheckbox( ICON_FA_MICROCHIP " Show bytes", &m_asmBytes );
SmallCheckbox( ICON_FA_COGS " Show machine code", &m_asmBytes );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();