mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +00:00
Fix typo.
This commit is contained in:
parent
884de148c9
commit
3f3378e13a
@ -1771,7 +1771,7 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_map<u
|
||||
size_t i;
|
||||
for( i=0; i<m_asm.size(); i++ )
|
||||
{
|
||||
if( m_asm[i].addr = it->second.min )
|
||||
if( m_asm[i].addr == it->second.min )
|
||||
{
|
||||
minIdx = i++;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user