diff options
author | bd <bdunahu@operationnull.com> | 2025-04-19 15:14:56 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-19 15:14:56 -0400 |
commit | 2b5ca09c90c5e091c094e9ed8f02079674b8aeda (patch) | |
tree | 227821d3d081d211e5e27c0eb7358061ed24a686 /gui/worker.cc | |
parent | c375eba808841797a7339afcfe9c4426da53de75 (diff) |
Add new widget to display number in base 10 and 16
Diffstat (limited to 'gui/worker.cc')
-rw-r--r-- | gui/worker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.cc b/gui/worker.cc index 742e3f3..43db5bd 100644 --- a/gui/worker.cc +++ b/gui/worker.cc @@ -50,6 +50,7 @@ void Worker::configure( delete old; this->ct_mutex.unlock(); + std::cout << this->ct->get_clock_cycle() << ":" << this->ct->get_pc() << std::endl; emit clock_cycles(this->ct->get_clock_cycle(), this->ct->get_pc()); } |