diff options
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());  }  | 
