mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 08:37:26 +00:00
Do not update DisassemblyWidget at RVA_INVALID
This commit is contained in:
parent
6663c3ebee
commit
572ba02a76
@ -151,6 +151,11 @@ void DisassemblyWidget::refreshDisasm(RVA offset)
|
||||
topOffset = offset;
|
||||
}
|
||||
|
||||
if (topOffset == RVA_INVALID)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (maxLines <= 0)
|
||||
{
|
||||
connectCursorPositionChanged(true);
|
||||
|
Loading…
Reference in New Issue
Block a user