mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use proper base symbol address.
This commit is contained in:
parent
a02575322f
commit
85f755f3f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user