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

Base address is not needed.

This commit is contained in:
Bartosz Taudul
2020-03-27 23:58:25 +01:00
parent 5249eb4428
commit 058369bc7a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ void SourceView::Open( const char* fileName, int line, uint64_t baseAddr, uint64
m_targetLine = line;
m_selectedLine = line;
m_targetAddr = symAddr;
m_baseAddr = baseAddr;
m_symAddr = symAddr;
if( m_file != fileName )