diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
commit | 3233a150e2024e9be51623f606bf15527a76cf1e (patch) | |
tree | 23adac7eb45c2b3eab832f08d496a85c87313c37 /gui/gui.h | |
parent | 07c618096daec422c42ee1a379200101d0d349cc (diff) | |
parent | d9832fa5f24dc0e7df41b61e5d0181adbb4edf77 (diff) |
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
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); |