mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 15:33:52 +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…
x
Reference in New Issue
Block a user