Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-11-27 16:30:46 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-11-27 16:30:46 +0300
commit85f755f3f55da5f3a036c5276eb14a43de7a0eda (patch)
tree9fe803b00010663643546e95fc6c2eb5bda639d6
parenta02575322fede35cfaeefde9f7aa40b8f4a13ca3 (diff)
Use proper base symbol address.
-rw-r--r--server/TracySourceView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp
index e9dc544e..0bdaa45b 100644
--- a/server/TracySourceView.cpp
+++ b/server/TracySourceView.cpp
@@ -1238,7 +1238,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
iptr++;
}
}
- GatherAdditionalIpStats( m_symAddr, as, worker, limitView, view );
+ GatherAdditionalIpStats( m_baseAddr, as, worker, limitView, view );
}
}
else