mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +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();
|
||||
|
||||
QJsonArray array =
|
||||
Core()->cmdj("pdj " + QString::number(count + 1) + "@" + QString::number(startAddr))
|
||||
Core()->cmdj("pdj " + QString::number(count + 1) + " @ " + QString::number(startAddr))
|
||||
.array();
|
||||
if (array.isEmpty()) {
|
||||
return startAddr + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user