mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Fix typo.
This commit is contained in:
parent
b0a58d4664
commit
dd0fb49098
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user