mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix pdj call in nextOpAddr for disasm scrolling (#2874)
This commit is contained in:
parent
71297ad118
commit
239343bb20
@ -991,7 +991,7 @@ RVA CutterCore::nextOpAddr(RVA startAddr, int count)
|
|||||||
CORE_LOCK();
|
CORE_LOCK();
|
||||||
|
|
||||||
QJsonArray array =
|
QJsonArray array =
|
||||||
Core()->cmdj("pdj " + QString::number(count + 1) + "@" + QString::number(startAddr))
|
Core()->cmdj("pdj " + QString::number(count + 1) + " @ " + QString::number(startAddr))
|
||||||
.array();
|
.array();
|
||||||
if (array.isEmpty()) {
|
if (array.isEmpty()) {
|
||||||
return startAddr + 1;
|
return startAddr + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user