mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Use proper base symbol address.
This commit is contained in:
parent
a02575322f
commit
85f755f3f5
@ -1238,7 +1238,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
|||||||
iptr++;
|
iptr++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
GatherAdditionalIpStats( m_symAddr, as, worker, limitView, view );
|
GatherAdditionalIpStats( m_baseAddr, as, worker, limitView, view );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user