diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 13:06:44 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 13:06:44 -0400 |
commit | c00703033380d68eeff47c40a9c7dc5f8cd7fb1f (patch) | |
tree | 78e088fd451a5fbe80406c4506223f27a8755514 /gui/gui.h | |
parent | a4dd1f00a5d0108058fb3bfbd5f399a507792859 (diff) |
Report status correctly when steps have finished running
Diffstat (limited to 'gui/gui.h')
-rw-r--r-- | gui/gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ 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); |