Invalidate asm line selection when disassembly is performed.

This commit is contained in:
Bartosz Taudul 2020-05-01 20:59:08 +02:00
parent 654dc2b901
commit 93f255e95b

View File

@ -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;