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:
parent
b7fd4de32f
commit
dca79ea10e
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user