mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 16:47: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;
|
topOffset = offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (topOffset == RVA_INVALID)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (maxLines <= 0)
|
if (maxLines <= 0)
|
||||||
{
|
{
|
||||||
connectCursorPositionChanged(true);
|
connectCursorPositionChanged(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user