mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Use correct address range.
This commit is contained in:
parent
0e1c9e2cd1
commit
a2385a8b24
@ -890,7 +890,7 @@ void SourceView::RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint
|
||||
{
|
||||
for( auto& addr : *addresses )
|
||||
{
|
||||
match += ( addr >= m_symAddr && addr < m_symAddr + m_codeLen );
|
||||
match += ( addr >= m_baseAddr && addr < m_baseAddr + m_codeLen );
|
||||
}
|
||||
}
|
||||
if( match > 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user