mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix typo.
This commit is contained in:
@@ -1487,7 +1487,7 @@ void SourceView::SelectAsmLines( uint32_t file, uint32_t line, const Worker& wor
|
||||
{
|
||||
if( targetAddr != 0 )
|
||||
{
|
||||
m_targetAddr == targetAddr;
|
||||
m_targetAddr = targetAddr;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user