mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +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;
|
size_t i;
|
||||||
for( i=0; i<m_asm.size(); 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++;
|
minIdx = i++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user