summaryrefslogtreecommitdiff
path: root/gui/gui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.cc')
-rw-r--r--gui/gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.cc b/gui/gui.cc
index 3a1027a..dc77fc9 100644
--- a/gui/gui.cc
+++ b/gui/gui.cc
@@ -351,7 +351,7 @@ void GUI::on_config_clicked()
else
this->set_status(get_initialize);
- emit sendConfigure(ways, is_pipelined);
+ emit sendConfigure(ways, this->p, is_pipelined);
}
void GUI::set_status(const std::function<std::string()> &func)