Do not update DisassemblyWidget at RVA_INVALID

This commit is contained in:
Florian Märkl 2017-12-04 14:11:05 +01:00
parent 6663c3ebee
commit 572ba02a76

View File

@ -151,6 +151,11 @@ void DisassemblyWidget::refreshDisasm(RVA offset)
topOffset = offset;
}
if (topOffset == RVA_INVALID)
{
return;
}
if (maxLines <= 0)
{
connectCursorPositionChanged(true);