mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use proper base symbol address.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user