1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Requires trace flag currently set.

This commit is contained in:
Thomas Harte 2020-01-18 22:52:53 -05:00
parent b7fd4de32f
commit dca79ea10e

View File

@ -273,7 +273,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
break;
}
if(last_trace_flag_) {
if(trace_flag_ && last_trace_flag_) {
// The user has set the trace bit in the status register.
active_program_ = nullptr;
active_micro_op_ = short_exception_micro_ops_;