mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't jump out to symbols without source and code.
This commit is contained in:
parent
2e1aa844fe
commit
d43461584a
@ -379,7 +379,10 @@ void SourceView::Render( const Worker& worker )
|
||||
file = nullptr;
|
||||
line = 0;
|
||||
}
|
||||
Open( file, line, jumpOut, jumpOut, worker );
|
||||
if( line > 0 || sym->size.Val() > 0 )
|
||||
{
|
||||
Open( file, line, jumpOut, jumpOut, worker );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user