mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix #562, replace ?d. by aod
This commit is contained in:
parent
9309486770
commit
9c6a103525
@ -202,7 +202,7 @@ void SidebarWidget::fillOffsetInfo(QString off)
|
||||
qhelpers::adjustColumns(ui->offsetTreeWidget, 0);
|
||||
|
||||
// Add opcode description
|
||||
QStringList description = Core()->cmd("?d. @ " + off).split(": ");
|
||||
QStringList description = Core()->cmd("aod @ " + off).split(": ");
|
||||
if (description.length() >= 2) {
|
||||
ui->opcodeDescText->setPlainText("# " + description[0] + ":\n" + description[1]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user