GUI: AStyle CPUStack
This commit is contained in:
parent
c184e5a6bd
commit
b67b36b11f
|
|
@ -823,7 +823,7 @@ void CPUStack::followinDumpNSlot()
|
|||
if(mFollowInDumpActions[i] == sender())
|
||||
{
|
||||
QString addrText = QString("%1").arg(ToPtrString(selectedData));
|
||||
DbgCmdExec(QString("dump [%1], %2").arg(addrText.toUtf8().constData()).arg(i+1).toUtf8().constData());
|
||||
DbgCmdExec(QString("dump [%1], %2").arg(addrText.toUtf8().constData()).arg(i + 1).toUtf8().constData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue