summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 830d852..edcde88 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -68,9 +68,11 @@ class GUI : public QMainWindow
void onWorkerWriteBackInfo(const InstrDTO *);
+ void onWorkerStepsDone();
+
void onWorkerShowStorage(const QVector<QVector<int>> &data, int i);
- void onWorkerShowRegisters(const std::array<int, GPR_NUM> &data);
+ void onWorkerShowRegisters(const QVector<signed int> &gprs, const QVector<QVector<signed int>> &vrs);
void on_upload_intructions_btn_clicked();