From 116fe3c67b31558f04a40c321eff85208612b4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 15 Apr 2018 14:03:07 +0200 Subject: Disable memory protection configuration fields for now Memory protection is not feature that is strictly required. Because of that it's implementation has lower priority. --- qtmips_gui/newdialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtmips_gui') diff --git a/qtmips_gui/newdialog.cpp b/qtmips_gui/newdialog.cpp index 565d353..63ee656 100644 --- a/qtmips_gui/newdialog.cpp +++ b/qtmips_gui/newdialog.cpp @@ -36,6 +36,10 @@ NewDialog::NewDialog(QWidget *parent, QSettings *settings) : QDialog(parent) { cache_handler_d = new NewDialogCacheHandler(this, ui_cache_d); cache_handler_p = new NewDialogCacheHandler(this, ui_cache_p); + // TODO remove this block when protections are implemented + ui->mem_protec_exec->setVisible(false); + ui->mem_protec_write->setVisible(false); + load_settings(); // Also configures gui } -- cgit v1.2.3