mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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