mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Base address is not needed.
This commit is contained in:
parent
5249eb4428
commit
058369bc7a
@ -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 )
|
||||
|
@ -39,7 +39,6 @@ private:
|
||||
ImFont* m_font;
|
||||
const char* m_file;
|
||||
uint64_t m_symAddr;
|
||||
uint64_t m_baseAddr;
|
||||
uint64_t m_targetAddr;
|
||||
char* m_data;
|
||||
size_t m_dataSize;
|
||||
|
Loading…
Reference in New Issue
Block a user