diff --git a/src/gui/Src/Gui/LogView.cpp b/src/gui/Src/Gui/LogView.cpp index 39788d67..9df11140 100644 --- a/src/gui/Src/Gui/LogView.cpp +++ b/src/gui/Src/Gui/LogView.cpp @@ -168,8 +168,6 @@ void LogView::onAnchorClicked(const QUrl & link) else DbgCmdExec(QString("dump %1").arg(link.fragment()).toUtf8().constData()); } - else - SimpleErrorBox(this, "1", QString("disasm %1").arg(link.fragment()) + link.toDisplayString()); } else if(link.path() == "/address32") {