Don't jump out to symbols without source and code.

This commit is contained in:
Bartosz Taudul 2020-03-28 15:11:23 +01:00
parent 2e1aa844fe
commit d43461584a

View File

@ -379,9 +379,12 @@ void SourceView::Render( const Worker& worker )
file = nullptr;
line = 0;
}
if( line > 0 || sym->size.Val() > 0 )
{
Open( file, line, jumpOut, jumpOut, worker );
}
}
}
}
void SourceView::RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal )