summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
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 60bbce3..f0ce7a3 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -45,7 +45,7 @@ public slots:
void configure(std::vector<int> ways, std::vector<int> size, bool is_pipelined, bool is_cache_enabled);
void refreshCache();
void refreshRegisters();
- void runStep();
+ void runSteps(int steps);
signals:
void clock_cycles(int value, int pc);