diff options
author | bd <bdunahu@operationnull.com> | 2025-04-19 04:07:01 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-19 04:07:01 -0400 |
commit | c9b553e68dbd95a8faf5abf4f8e1362261bec99f (patch) | |
tree | 38b40e4c97682286d35d76c00004cbd425fa80bb /gui/gui.cc | |
parent | bb3d940fb4ce0dd3efc56b934a7b4ea8ffab4b13 (diff) |
Readd logic to initialize pipeline
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) |