summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-28 18:24:49 -0400
committerbd <bdunahu@operationnull.com>2025-04-28 18:24:49 -0400
commit930ec733e988c4996918065b4656f0508c6e2df6 (patch)
treecb12daab120a8298d5e78219602fded822bdd671 /gui/worker.h
parent9e7debd7bff14893f2722c37f42d9c6b70fbdcbf (diff)
Fix bug with pipeline blockage, swap DRAM delay to 100
Diffstat (limited to 'gui/worker.h')
-rw-r--r--gui/worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/worker.h b/gui/worker.h
index 2a362a4..ad7f162 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -56,7 +56,7 @@ class Worker : public QObject
QMutex &get_ct_mutex() { return ct_mutex; }
public slots:
- void runSteps(int steps);
+ void runSteps(long steps);
void configure(
std::vector<unsigned int> ways,
std::vector<signed int> program,