mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Invalidate asm line selection when disassembly is performed.
This commit is contained in:
parent
654dc2b901
commit
93f255e95b
@ -402,6 +402,7 @@ bool SourceView::Disassemble( uint64_t symAddr, const Worker& worker )
|
||||
m_jumpTable.clear();
|
||||
m_jumpOut.clear();
|
||||
m_maxJumpLevel = 0;
|
||||
m_asmSelected = -1;
|
||||
if( symAddr == 0 ) return false;
|
||||
m_cpuArch = worker.GetCpuArch();
|
||||
if( m_cpuArch == CpuArchUnknown ) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user