1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Undo accidental change.

This commit is contained in:
Thomas Harte 2021-10-25 21:48:19 -07:00
parent dc8701a929
commit 76767da300

View File

@ -349,8 +349,6 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
active_micro_op_ = &all_micro_ops_[active_program_->micro_operations];
}
} else {
printf("Opcode violation for %04x at %08x\n", decoded_instruction_.full, program_counter_.full - 4);
// The opcode fetched isn't valid.
active_program_ = nullptr;
active_micro_op_ = short_exception_micro_ops_;