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