fix easy error
This commit is contained in:
parent
3c3f4a1ae4
commit
cc1d391adc
|
@ -751,7 +751,7 @@ void CPUStack::gotoExpressionSlot()
|
|||
mGoto->validRangeEnd = base + size;
|
||||
mGoto->setWindowTitle(tr("Enter expression to follow in Stack..."));
|
||||
if(mGoto->exec() == QDialog::Accepted)
|
||||
DbgCmdExec(QString("sdump \"%s\"").arg(mGoto->expressionText).toUtf8().constData());
|
||||
DbgCmdExec(QString("sdump \"%1\"").arg(mGoto->expressionText).toUtf8().constData());
|
||||
}
|
||||
|
||||
void CPUStack::gotoPreviousSlot()
|
||||
|
|
Loading…
Reference in New Issue