diff options
Diffstat (limited to 'gui/gui.cc')
-rw-r--r-- | gui/gui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |