Use proper base symbol address.

This commit is contained in:
Bartosz Taudul 2021-11-27 14:30:46 +01:00
parent a02575322f
commit 85f755f3f5
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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