diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 638acfe7..52afa3d0 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -3125,6 +3125,8 @@ void SourceView::RenderAsmLine( AsmLine& line, const AddrStat& ipcnt, const Addr if( symData ) { TextFocused( "Function:", worker.GetString( symData->name ) ); + ImGui::SameLine(); + ImGui::TextDisabled( "(0x%" PRIx64 ")", symAddr ); } } }